#8E1530

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

Shades of Shiraz #8E1530

Tints of Shiraz #8E1530

Color information

#8E1530 (or 0x8E1530) is unknown color: approx Shiraz. HEX triplet: 8E, 15 and 30. RGB value is (142,21,48). Sum of RGB (Red+Green+Blue) = 142+21+48=211 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.30% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1530 is #71EACF. Grayscale: #3C3C3C. Windows color (decimal): -7465680 or 3151246. OLE color: 3151246.

HSL color Cylindrical-coordinate representation of color #8E1530: hue angle of 346.61º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E1530 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB1422148-
CMYK00.850.660.44
HSL346.61º74.23%31.96%-
HSV(B)346.61º85.21%55.69%-
XYZ11.966.53.42-
YUV60.26121.09186.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 67.30%
GREEN value IS 21 (8.59% from 255) = 9.95%
BLUE value IS 48 (19.14% from 255) = 22.75%
R=67.30%
G=9.95%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142214800.850.660.44346.6174.2331.96
Hex8E1530055422C15b4a20
Octal216256001251025453311240
Binary10001110101011100000101010110000101011001010110111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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