#8e182e

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

Shades of Shiraz #8E182E

Tints of Shiraz #8E182E

Color information

#8E182E (or 0x8E182E) is unknown color: approx Shiraz. HEX triplet: 8E, 18 and 2E. RGB value is (142,24,46). Sum of RGB (Red+Green+Blue) = 142+24+46=212 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.98% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 142 - color contains mainly: red. Hex color #8E182E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E182E is #71E7D1. Grayscale: #3D3D3D. Windows color (decimal): -7464914 or 3020942. OLE color: 3020942.

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

Color convert

RGB1422446-
CMYK00.830.680.44
HSL348.81º71.08%32.55%-
HSV(B)348.81º83.1%55.69%-
XYZ11.986.63.23-
YUV61.79119.09185.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 66.98%
GREEN value IS 24 (9.77% from 255) = 11.32%
BLUE value IS 46 (18.36% from 255) = 21.70%
R=66.98%
G=11.32%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142244600.830.680.44348.8171.0832.55
Hex8E182E053442C15d4721
Octal216305601231045453510741
Binary10001110110001011100101001110001001011001010111011000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e182e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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