#8E1533

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

Shades of Shiraz #8E1533

Tints of Shiraz #8E1533

Color information

#8E1533 (or 0x8E1533) is unknown color: approx Shiraz. HEX triplet: 8E, 15 and 33. RGB value is (142,21,51). Sum of RGB (Red+Green+Blue) = 142+21+51=214 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.36% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1533 is #71EACC. Grayscale: #3C3C3C. Windows color (decimal): -7465677 or 3347854. OLE color: 3347854.

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

Color convert

RGB1422151-
CMYK00.850.640.44
HSL345.12º74.23%31.96%-
HSV(B)345.12º85.21%55.69%-
XYZ12.026.533.76-
YUV60.6122.59186.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 66.36%
GREEN value IS 21 (8.59% from 255) = 9.81%
BLUE value IS 51 (20.31% from 255) = 23.83%
R=66.36%
G=9.81%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142215100.850.640.44345.1274.2331.96
Hex8E1533055402C1594a20
Octal216256301251005453111240
Binary10001110101011100110101010110000001011001010110011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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