#8E183A

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

Shades of Shiraz #8E183A

Tints of Shiraz #8E183A

Color information

#8E183A (or 0x8E183A) is unknown color: approx Shiraz. HEX triplet: 8E, 18 and 3A. RGB value is (142,24,58). Sum of RGB (Red+Green+Blue) = 142+24+58=224 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.39% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 142 - color contains mainly: red. Hex color #8E183A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E183A is #71E7C5. Grayscale: #3F3F3F. Windows color (decimal): -7464902 or 3807374. OLE color: 3807374.

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

Color convert

RGB1422458-
CMYK00.830.590.44
HSL342.71º71.08%32.55%-
HSV(B)342.71º83.1%55.69%-
XYZ12.256.714.65-
YUV63.16125.09184.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 63.39%
GREEN value IS 24 (9.77% from 255) = 10.71%
BLUE value IS 58 (23.05% from 255) = 25.89%
R=63.39%
G=10.71%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142245800.830.590.44342.7171.0832.55
Hex8E183A0533B2C1574721
Octal21630720123735452710741
Binary1000111011000111010010100111110111011001010101111000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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