#8B2531

Color #8B2531 Shiraz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shiraz #8B2531

Tints of Shiraz #8B2531

Color information

#8B2531 (or 0x8B2531) is unknown color: approx Shiraz. HEX triplet: 8B, 25 and 31. RGB value is (139,37,49). Sum of RGB (Red+Green+Blue) = 139+37+49=225 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.78% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2531 is #74DACE. Grayscale: #444444. Windows color (decimal): -7658191 or 3220875. OLE color: 3220875.

HSL color Cylindrical-coordinate representation of color #8B2531: hue angle of 352.94º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B2531 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB1393749-
CMYK00.730.650.45
HSL352.94º57.95%34.51%-
HSV(B)352.94º73.38%54.51%-
XYZ11.867.033.64-
YUV68.87116.79178.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 139 (54.69% from 255) = 61.78%
GREEN value IS 37 (14.84% from 255) = 16.44%
BLUE value IS 49 (19.53% from 255) = 21.78%
R=61.78%
G=16.44%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139374900.730.650.45352.9457.9534.51
Hex8B2531049412D1613a23
Octal21345610111101555417243
Binary10001011100101110001010010011000001101101101100001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B2531; }

 p { color: rgb(139,37,49); }

 H1.HeaderClassName
 {
   color: #8B2531;
 }
 .AnyTagClassName
 {
   color: #8B2531;
 }
</style>
background-color css

<style>
 a { background-color: #8B2531; }

 a { background-color: rgb(139,37,49); }

 div.DivClassName
 {
   background-color: #8B2531;
 }
 .BgClassName
 {
   background-color: #8B2531;
 }
</style>
border-color css

<style>
 span { border-color: #8B2531; }

 span { border-color: rgb(139,37,49); }

 td.TdClassName
 {
   border-color: #8B2531;
 }
 .TagClassName
 {
   border-color: #8B2531;
 }
</style>