#8C2436

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

Shades of Shiraz #8C2436

Tints of Shiraz #8C2436

Color information

#8C2436 (or 0x8C2436) is unknown color: approx Shiraz. HEX triplet: 8C, 24 and 36. RGB value is (140,36,54). Sum of RGB (Red+Green+Blue) = 140+36+54=230 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.87% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2436 is #73DBC9. Grayscale: #454545. Windows color (decimal): -7592906 or 3548300. OLE color: 3548300.

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

Color convert

RGB1403654-
CMYK00.740.610.45
HSL349.62º59.09%34.51%-
HSV(B)349.62º74.29%54.9%-
XYZ12.117.14.22-
YUV69.15119.46178.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 60.87%
GREEN value IS 36 (14.45% from 255) = 15.65%
BLUE value IS 54 (21.48% from 255) = 23.48%
R=60.87%
G=15.65%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140365400.740.610.45349.6259.0934.51
Hex8C243604A3D2D15e3b23
Octal2144466011275555367343
Binary1000110010010011011001001010111101101101101011110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,36,54); }

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

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

 a { background-color: rgb(140,36,54); }

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

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

 span { border-color: rgb(140,36,54); }

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