#8E1930

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

Shades of Shiraz #8E1930

Tints of Shiraz #8E1930

Color information

#8E1930 (or 0x8E1930) is unknown color: approx Shiraz. HEX triplet: 8E, 19 and 30. RGB value is (142,25,48). Sum of RGB (Red+Green+Blue) = 142+25+48=215 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.05% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1930 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1930 is #71E6CF. Grayscale: #3E3E3E. Windows color (decimal): -7464656 or 3152270. OLE color: 3152270.

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

Color convert

RGB1422548-
CMYK00.820.660.44
HSL348.21º70.06%32.75%-
HSV(B)348.21º82.39%55.69%-
XYZ12.046.663.45-
YUV62.6119.76184.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 66.05%
GREEN value IS 25 (10.16% from 255) = 11.63%
BLUE value IS 48 (19.14% from 255) = 22.33%
R=66.05%
G=11.63%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142254800.820.660.44348.2170.0632.75
Hex8E1930052422C15c4621
Octal216316001221025453410641
Binary10001110110011100000101001010000101011001010111001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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