#8E1E31

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

Shades of Shiraz #8E1E31

Tints of Shiraz #8E1E31

Color information

#8E1E31 (or 0x8E1E31) is unknown color: approx Shiraz. HEX triplet: 8E, 1E and 31. RGB value is (142,30,49). Sum of RGB (Red+Green+Blue) = 142+30+49=221 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.25% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1E31 is #71E1CE. Grayscale: #414141. Windows color (decimal): -7463375 or 3219086. OLE color: 3219086.

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

Color convert

RGB1423049-
CMYK00.790.650.44
HSL349.82º65.12%33.73%-
HSV(B)349.82º78.87%55.69%-
XYZ12.176.93.6-
YUV65.65118.61182.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 64.25%
GREEN value IS 30 (12.11% from 255) = 13.57%
BLUE value IS 49 (19.53% from 255) = 22.17%
R=64.25%
G=13.57%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142304900.790.650.44349.8265.1233.73
Hex8E1E3104F412C15e4122
Octal216366101171015453610142
Binary10001110111101100010100111110000011011001010111101000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,30,49); }

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

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

 a { background-color: rgb(142,30,49); }

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

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

 span { border-color: rgb(142,30,49); }

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