#8C2232

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

Shades of Shiraz #8C2232

Tints of Shiraz #8C2232

Color information

#8C2232 (or 0x8C2232) is unknown color: approx Shiraz. HEX triplet: 8C, 22 and 32. RGB value is (140,34,50). Sum of RGB (Red+Green+Blue) = 140+34+50=224 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.5% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2232 is #73DDCD. Grayscale: #434343. Windows color (decimal): -7593422 or 3285644. OLE color: 3285644.

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

Color convert

RGB1403450-
CMYK00.760.640.45
HSL350.94º60.92%34.12%-
HSV(B)350.94º75.71%54.9%-
XYZ11.966.953.73-
YUV67.52118.12179.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 62.5%
GREEN value IS 34 (13.67% from 255) = 15.18%
BLUE value IS 50 (19.92% from 255) = 22.32%
R=62.5%
G=15.18%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140345000.760.640.45350.9460.9234.12
Hex8C223204C402D15f3d22
Octal21442620114100555377542
Binary10001100100010110010010011001000000101101101011111111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,34,50); }

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

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

 a { background-color: rgb(140,34,50); }

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

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

 span { border-color: rgb(140,34,50); }

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