#8B2836

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

Shades of Shiraz #8B2836

Tints of Shiraz #8B2836

Color information

#8B2836 (or 0x8B2836) is unknown color: approx Shiraz. HEX triplet: 8B, 28 and 36. RGB value is (139,40,54). Sum of RGB (Red+Green+Blue) = 139+40+54=233 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.66% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2836 is #74D7C9. Grayscale: #474747. Windows color (decimal): -7657418 or 3549323. OLE color: 3549323.

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

Color convert

RGB1394054-
CMYK00.710.610.45
HSL351.52º55.31%35.1%-
HSV(B)351.52º71.22%54.51%-
XYZ12.077.274.26-
YUV71.2118.3176.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.66%
GREEN value IS 40 (16.02% from 255) = 17.17%
BLUE value IS 54 (21.48% from 255) = 23.18%
R=59.66%
G=17.17%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139405400.710.610.45351.5255.3135.1
Hex8B28360473D2D1603723
Octal2135066010775555406743
Binary1000101110100011011001000111111101101101101100000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,40,54); }

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

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

 a { background-color: rgb(139,40,54); }

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

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

 span { border-color: rgb(139,40,54); }

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