#8E1F36

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

Shades of Shiraz #8E1F36

Tints of Shiraz #8E1F36

Color information

#8E1F36 (or 0x8E1F36) is unknown color: approx Shiraz. HEX triplet: 8E, 1F and 36. RGB value is (142,31,54). Sum of RGB (Red+Green+Blue) = 142+31+54=227 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.56% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1F36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1F36 is #71E0C9. Grayscale: #424242. Windows color (decimal): -7463114 or 3547022. OLE color: 3547022.

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

Color convert

RGB1423154-
CMYK00.780.620.44
HSL347.57º64.16%33.92%-
HSV(B)347.57º78.17%55.69%-
XYZ12.3174.19-
YUV66.81120.77181.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 62.56%
GREEN value IS 31 (12.5% from 255) = 13.66%
BLUE value IS 54 (21.48% from 255) = 23.79%
R=62.56%
G=13.66%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142315400.780.620.44347.5764.1633.92
Hex8E1F3604E3E2C15c4022
Octal21637660116765453410042
Binary1000111011111110110010011101111101011001010111001000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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