#8E1E32

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

Shades of Shiraz #8E1E32

Tints of Shiraz #8E1E32

Color information

#8E1E32 (or 0x8E1E32) is unknown color: approx Shiraz. HEX triplet: 8E, 1E and 32. RGB value is (142,30,50). Sum of RGB (Red+Green+Blue) = 142+30+50=222 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.96% from 222); Green value is 30 (12.11% from 255 or 13.51% from 222); Blue value is 50 (19.92% from 255 or 22.52% from 222); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1E32 is #71E1CD. Grayscale: #414141. Windows color (decimal): -7463374 or 3284622. OLE color: 3284622.

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

Color convert

RGB1423050-
CMYK00.790.650.44
HSL349.29º65.12%33.73%-
HSV(B)349.29º78.87%55.69%-
XYZ12.26.913.71-
YUV65.77119.11182.37-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 63.96%
GREEN value IS 30 (12.11% from 255) = 13.51%
BLUE value IS 50 (19.92% from 255) = 22.52%
R=63.96%
G=13.51%
B=22.52%

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
Decimal142305000.790.650.44349.2965.1233.73
Hex8E1E3204F412C15d4122
Octal216366201171015453510142
Binary10001110111101100100100111110000011011001010111011000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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