#8E2336

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

Shades of Shiraz #8E2336

Tints of Shiraz #8E2336

Color information

#8E2336 (or 0x8E2336) is unknown color: approx Shiraz. HEX triplet: 8E, 23 and 36. RGB value is (142,35,54). Sum of RGB (Red+Green+Blue) = 142+35+54=231 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.47% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2336 is #71DCC9. Grayscale: #454545. Windows color (decimal): -7462090 or 3548046. OLE color: 3548046.

HSL color Cylindrical-coordinate representation of color #8E2336: hue angle of 349.35º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E2336 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.44.

Color convert

RGB1423554-
CMYK00.750.620.44
HSL349.35º60.45%34.71%-
HSV(B)349.35º75.35%55.69%-
XYZ12.427.224.23-
YUV69.16119.45179.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 61.47%
GREEN value IS 35 (14.06% from 255) = 15.15%
BLUE value IS 54 (21.48% from 255) = 23.38%
R=61.47%
G=15.15%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142355400.750.620.44349.3560.4534.71
Hex8E233604B3E2C15d3c23
Octal2164366011376545357443
Binary1000111010001111011001001011111110101100101011101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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