#8E1F37

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

Shades of Shiraz #8E1F37

Tints of Shiraz #8E1F37

Color information

#8E1F37 (or 0x8E1F37) is unknown color: approx Shiraz. HEX triplet: 8E, 1F and 37. RGB value is (142,31,55). Sum of RGB (Red+Green+Blue) = 142+31+55=228 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.28% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 55 (21.88% from 255 or 24.12% from 228); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1F37 is #71E0C8. Grayscale: #424242. Windows color (decimal): -7463113 or 3612558. OLE color: 3612558.

HSL color Cylindrical-coordinate representation of color #8E1F37: hue angle of 347.03º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8E1F37 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB1423155-
CMYK00.780.610.44
HSL347.03º64.16%33.92%-
HSV(B)347.03º78.17%55.69%-
XYZ12.337.014.32-
YUV66.92121.27181.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 62.28%
GREEN value IS 31 (12.5% from 255) = 13.60%
BLUE value IS 55 (21.88% from 255) = 24.12%
R=62.28%
G=13.60%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142315500.780.610.44347.0364.1633.92
Hex8E1F3704E3D2C15b4022
Octal21637670116755453310042
Binary1000111011111110111010011101111011011001010110111000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,31,55); }

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

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

 a { background-color: rgb(142,31,55); }

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

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

 span { border-color: rgb(142,31,55); }

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