#8E1B34

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

Shades of Shiraz #8E1B34

Tints of Shiraz #8E1B34

Color information

#8E1B34 (or 0x8E1B34) is unknown color: approx Shiraz. HEX triplet: 8E, 1B and 34. RGB value is (142,27,52). Sum of RGB (Red+Green+Blue) = 142+27+52=221 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.25% from 221); Green value is 27 (10.94% from 255 or 12.22% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1B34 is #71E4CB. Grayscale: #404040. Windows color (decimal): -7464140 or 3414926. OLE color: 3414926.

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

Color convert

RGB1422752-
CMYK00.810.630.44
HSL346.96º68.05%33.14%-
HSV(B)346.96º80.99%55.69%-
XYZ12.176.783.92-
YUV64.24121.1183.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 64.25%
GREEN value IS 27 (10.94% from 255) = 12.22%
BLUE value IS 52 (20.70% from 255) = 23.53%
R=64.25%
G=12.22%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142275200.810.630.44346.9668.0533.14
Hex8E1B340513F2C15b4421
Octal21633640121775453310441
Binary1000111011011110100010100011111111011001010110111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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