#8C2435

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

Shades of Shiraz #8C2435

Tints of Shiraz #8C2435

Color information

#8C2435 (or 0x8C2435) is unknown color: approx Shiraz. HEX triplet: 8C, 24 and 35. RGB value is (140,36,53). Sum of RGB (Red+Green+Blue) = 140+36+53=229 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.14% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2435 is #73DBCA. Grayscale: #454545. Windows color (decimal): -7592907 or 3482764. OLE color: 3482764.

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

Color convert

RGB1403653-
CMYK00.740.620.45
HSL350.19º59.09%34.51%-
HSV(B)350.19º74.29%54.9%-
XYZ12.097.094.1-
YUV69.03118.96178.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 61.14%
GREEN value IS 36 (14.45% from 255) = 15.72%
BLUE value IS 53 (21.09% from 255) = 23.14%
R=61.14%
G=15.72%
B=23.14%

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
Decimal140365300.740.620.45350.1959.0934.51
Hex8C243504A3E2D15e3b23
Octal2144465011276555367343
Binary1000110010010011010101001010111110101101101011110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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