#8C2035

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

Shades of Shiraz #8C2035

Tints of Shiraz #8C2035

Color information

#8C2035 (or 0x8C2035) is unknown color: approx Shiraz. HEX triplet: 8C, 20 and 35. RGB value is (140,32,53). Sum of RGB (Red+Green+Blue) = 140+32+53=225 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.22% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2035 is #73DFCA. Grayscale: #424242. Windows color (decimal): -7593931 or 3481740. OLE color: 3481740.

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

Color convert

RGB1403253-
CMYK00.770.620.45
HSL348.33º62.79%33.73%-
HSV(B)348.33º77.14%54.9%-
XYZ11.976.874.06-
YUV66.69120.28180.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 62.22%
GREEN value IS 32 (12.89% from 255) = 14.22%
BLUE value IS 53 (21.09% from 255) = 23.56%
R=62.22%
G=14.22%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140325300.770.620.45348.3362.7933.73
Hex8C203504D3E2D15c3f22
Octal2144065011576555347742
Binary1000110010000011010101001101111110101101101011100111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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