#8C2A3C

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

Shades of Shiraz #8C2A3C

Tints of Shiraz #8C2A3C

Color information

#8C2A3C (or 0x8C2A3C) is unknown color: approx Shiraz. HEX triplet: 8C, 2A and 3C. RGB value is (140,42,60). Sum of RGB (Red+Green+Blue) = 140+42+60=242 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.85% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2A3C is #73D5C3. Grayscale: #494949. Windows color (decimal): -7591364 or 3943052. OLE color: 3943052.

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

Color convert

RGB1404260-
CMYK00.70.570.45
HSL348.98º53.85%35.69%-
HSV(B)348.98º70%54.9%-
XYZ12.467.565.08-
YUV73.35120.47175.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 57.85%
GREEN value IS 42 (16.80% from 255) = 17.36%
BLUE value IS 60 (23.83% from 255) = 24.79%
R=57.85%
G=17.36%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140426000.70.570.45348.9853.8535.69
Hex8C2A3C046392D15d3624
Octal2145274010671555356644
Binary1000110010101011110001000110111001101101101011101110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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