#8C2C3C

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

Shades of Shiraz #8C2C3C

Tints of Shiraz #8C2C3C

Color information

#8C2C3C (or 0x8C2C3C) is unknown color: approx Shiraz. HEX triplet: 8C, 2C and 3C. RGB value is (140,44,60). Sum of RGB (Red+Green+Blue) = 140+44+60=244 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.38% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2C3C is #73D3C3. Grayscale: #4A4A4A. Windows color (decimal): -7590852 or 3943564. OLE color: 3943564.

HSL color Cylindrical-coordinate representation of color #8C2C3C: hue angle of 350º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C2C3C is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB1404460-
CMYK00.690.570.45
HSL350º52.17%36.08%-
HSV(B)350º68.57%54.9%-
XYZ12.537.75.1-
YUV74.53119.8174.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 57.38%
GREEN value IS 44 (17.58% from 255) = 18.03%
BLUE value IS 60 (23.83% from 255) = 24.59%
R=57.38%
G=18.03%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140446000.690.570.4535052.1736.08
Hex8C2C3C045392D15e3424
Octal2145474010571555366444
Binary1000110010110011110001000101111001101101101011110110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,44,60); }

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

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

 a { background-color: rgb(140,44,60); }

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

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

 span { border-color: rgb(140,44,60); }

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