#8D2436

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

Shades of Shiraz #8D2436

Tints of Shiraz #8D2436

Color information

#8D2436 (or 0x8D2436) is unknown color: approx Shiraz. HEX triplet: 8D, 24 and 36. RGB value is (141,36,54). Sum of RGB (Red+Green+Blue) = 141+36+54=231 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.04% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2436 is #72DBC9. Grayscale: #454545. Windows color (decimal): -7527370 or 3548301. OLE color: 3548301.

HSL color Cylindrical-coordinate representation of color #8D2436: hue angle of 349.71º 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 #8D2436 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB1413654-
CMYK00.740.620.45
HSL349.71º59.32%34.71%-
HSV(B)349.71º74.47%55.29%-
XYZ12.287.194.23-
YUV69.45119.29179.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 61.04%
GREEN value IS 36 (14.45% from 255) = 15.58%
BLUE value IS 54 (21.48% from 255) = 23.38%
R=61.04%
G=15.58%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141365400.740.620.45349.7159.3234.71
Hex8D243604A3E2D15e3b23
Octal2154466011276555367343
Binary1000110110010011011001001010111110101101101011110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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