#8E132C

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

Shades of Shiraz #8E132C

Tints of Shiraz #8E132C

Color information

#8E132C (or 0x8E132C) is unknown color: approx Shiraz. HEX triplet: 8E, 13 and 2C. RGB value is (142,19,44). Sum of RGB (Red+Green+Blue) = 142+19+44=205 (27% of max value = 765). Red value is 142 (55.86% from 255 or 69.27% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 142 - color contains mainly: red. Hex color #8E132C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E132C is #71ECD3. Grayscale: #3A3A3A. Windows color (decimal): -7466196 or 2888590. OLE color: 2888590.

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

Color convert

RGB1421944-
CMYK00.870.690.44
HSL347.8º76.4%31.57%-
HSV(B)347.8º86.62%55.69%-
XYZ11.846.42.99-
YUV58.63119.75187.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 69.27%
GREEN value IS 19 (7.81% from 255) = 9.27%
BLUE value IS 44 (17.58% from 255) = 21.46%
R=69.27%
G=9.27%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142194400.870.690.44347.876.431.57
Hex8E132C057452C15c4c20
Octal216235401271055453411440
Binary10001110100111011000101011110001011011001010111001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E132C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,19,44); }

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

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

 a { background-color: rgb(142,19,44); }

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

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

 span { border-color: rgb(142,19,44); }

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