#8E1B32

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

Shades of Shiraz #8E1B32

Tints of Shiraz #8E1B32

Color information

#8E1B32 (or 0x8E1B32) is unknown color: approx Shiraz. HEX triplet: 8E, 1B and 32. RGB value is (142,27,50). Sum of RGB (Red+Green+Blue) = 142+27+50=219 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.84% from 219); Green value is 27 (10.94% from 255 or 12.33% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1B32 is #71E4CD. Grayscale: #404040. Windows color (decimal): -7464142 or 3283854. OLE color: 3283854.

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

Color convert

RGB1422750-
CMYK00.810.650.44
HSL348º68.05%33.14%-
HSV(B)348º80.99%55.69%-
XYZ12.126.763.68-
YUV64.01120.1183.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 64.84%
GREEN value IS 27 (10.94% from 255) = 12.33%
BLUE value IS 50 (19.92% from 255) = 22.83%
R=64.84%
G=12.33%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142275000.810.650.4434868.0533.14
Hex8E1B32051412C15c4421
Octal216336201211015453410441
Binary10001110110111100100101000110000011011001010111001000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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