#8E1A33

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

Shades of Shiraz #8E1A33

Tints of Shiraz #8E1A33

Color information

#8E1A33 (or 0x8E1A33) is unknown color: approx Shiraz. HEX triplet: 8E, 1A and 33. RGB value is (142,26,51). Sum of RGB (Red+Green+Blue) = 142+26+51=219 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.84% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1A33 is #71E5CC. Grayscale: #3F3F3F. Windows color (decimal): -7464397 or 3349134. OLE color: 3349134.

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

Color convert

RGB1422651-
CMYK00.820.640.44
HSL347.07º69.05%32.94%-
HSV(B)347.07º81.69%55.69%-
XYZ12.126.733.79-
YUV63.53120.93183.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 64.84%
GREEN value IS 26 (10.55% from 255) = 11.87%
BLUE value IS 51 (20.31% from 255) = 23.29%
R=64.84%
G=11.87%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142265100.820.640.44347.0769.0532.94
Hex8E1A33052402C15b4521
Octal216326301221005453310541
Binary10001110110101100110101001010000001011001010110111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,26,51); }

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

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

 a { background-color: rgb(142,26,51); }

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

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

 span { border-color: rgb(142,26,51); }

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