#8E2D41

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

Shades of Shiraz #8E2D41

Tints of Shiraz #8E2D41

Color information

#8E2D41 (or 0x8E2D41) is unknown color: approx Shiraz. HEX triplet: 8E, 2D and 41. RGB value is (142,45,65). Sum of RGB (Red+Green+Blue) = 142+45+65=252 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.35% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2D41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2D41 is #71D2BE. Grayscale: #4C4C4C. Windows color (decimal): -7459519 or 4271502. OLE color: 4271502.

HSL color Cylindrical-coordinate representation of color #8E2D41: hue angle of 347.63º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E2D41 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB1424565-
CMYK00.680.540.44
HSL347.63º51.87%36.67%-
HSV(B)347.63º68.31%55.69%-
XYZ13.058.015.86-
YUV76.28121.64174.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 56.35%
GREEN value IS 45 (17.97% from 255) = 17.86%
BLUE value IS 65 (25.78% from 255) = 25.79%
R=56.35%
G=17.86%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142456500.680.540.44347.6351.8736.67
Hex8E2D41044362C15c3425
Octal21655101010466545346445
Binary10001110101101100000101000100110110101100101011100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,45,65); }

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

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

 a { background-color: rgb(142,45,65); }

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

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

 span { border-color: rgb(142,45,65); }

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