#8C1B32

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

Shades of Shiraz #8C1B32

Tints of Shiraz #8C1B32

Color information

#8C1B32 (or 0x8C1B32) is unknown color: approx Shiraz. HEX triplet: 8C, 1B and 32. RGB value is (140,27,50). Sum of RGB (Red+Green+Blue) = 140+27+50=217 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.52% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1B32 is #73E4CD. Grayscale: #3F3F3F. Windows color (decimal): -7595214 or 3283852. OLE color: 3283852.

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

Color convert

RGB1402750-
CMYK00.810.640.45
HSL347.79º67.66%32.75%-
HSV(B)347.79º80.71%54.9%-
XYZ11.786.593.67-
YUV63.41120.44182.63-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 64.52%
GREEN value IS 27 (10.94% from 255) = 12.44%
BLUE value IS 50 (19.92% from 255) = 23.04%
R=64.52%
G=12.44%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140275000.810.640.45347.7967.6632.75
Hex8C1B32051402D15c4421
Octal214336201211005553410441
Binary10001100110111100100101000110000001011011010111001000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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