#8E1F32

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

Shades of Shiraz #8E1F32

Tints of Shiraz #8E1F32

Color information

#8E1F32 (or 0x8E1F32) is unknown color: approx Shiraz. HEX triplet: 8E, 1F and 32. RGB value is (142,31,50). Sum of RGB (Red+Green+Blue) = 142+31+50=223 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.68% from 223); Green value is 31 (12.5% from 255 or 13.90% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1F32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1F32 is #71E0CD. Grayscale: #424242. Windows color (decimal): -7463118 or 3284878. OLE color: 3284878.

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

Color convert

RGB1423150-
CMYK00.780.650.44
HSL349.73º64.16%33.92%-
HSV(B)349.73º78.17%55.69%-
XYZ12.226.963.72-
YUV66.36118.77181.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 63.68%
GREEN value IS 31 (12.5% from 255) = 13.90%
BLUE value IS 50 (19.92% from 255) = 22.42%
R=63.68%
G=13.90%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142315000.780.650.44349.7364.1633.92
Hex8E1F3204E412C15e4022
Octal216376201161015453610042
Binary10001110111111100100100111010000011011001010111101000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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