#8C1B33

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

Shades of Shiraz #8C1B33

Tints of Shiraz #8C1B33

Color information

#8C1B33 (or 0x8C1B33) is unknown color: approx Shiraz. HEX triplet: 8C, 1B and 33. RGB value is (140,27,51). Sum of RGB (Red+Green+Blue) = 140+27+51=218 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.22% from 218); Green value is 27 (10.94% from 255 or 12.39% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1B33 is #73E4CC. Grayscale: #3F3F3F. Windows color (decimal): -7595213 or 3349388. OLE color: 3349388.

HSL color Cylindrical-coordinate representation of color #8C1B33: hue angle of 347.26º 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 #8C1B33 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB1402751-
CMYK00.810.640.45
HSL347.26º67.66%32.75%-
HSV(B)347.26º80.71%54.9%-
XYZ11.86.63.78-
YUV63.52120.94182.55-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 64.22%
GREEN value IS 27 (10.94% from 255) = 12.39%
BLUE value IS 51 (20.31% from 255) = 23.39%
R=64.22%
G=12.39%
B=23.39%

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
Decimal140275100.810.640.45347.2667.6632.75
Hex8C1B33051402D15b4421
Octal214336301211005553310441
Binary10001100110111100110101000110000001011011010110111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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