#8E192E

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

Shades of Shiraz #8E192E

Tints of Shiraz #8E192E

Color information

#8E192E (or 0x8E192E) is unknown color: approx Shiraz. HEX triplet: 8E, 19 and 2E. RGB value is (142,25,46). Sum of RGB (Red+Green+Blue) = 142+25+46=213 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.67% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 142 - color contains mainly: red. Hex color #8E192E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E192E is #71E6D1. Grayscale: #3E3E3E. Windows color (decimal): -7464658 or 3021198. OLE color: 3021198.

HSL color Cylindrical-coordinate representation of color #8E192E: hue angle of 349.23º degrees, saturation: 0.7, 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 #8E192E is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB1422546-
CMYK00.820.680.44
HSL349.23º70.06%32.75%-
HSV(B)349.23º82.39%55.69%-
XYZ126.643.23-
YUV62.38118.76184.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 66.67%
GREEN value IS 25 (10.16% from 255) = 11.74%
BLUE value IS 46 (18.36% from 255) = 21.60%
R=66.67%
G=11.74%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142254600.820.680.44349.2370.0632.75
Hex8E192E052442C15d4621
Octal216315601221045453510641
Binary10001110110011011100101001010001001011001010111011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,25,46); }

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

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

 a { background-color: rgb(142,25,46); }

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

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

 span { border-color: rgb(142,25,46); }

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