#8E2237

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

Shades of Shiraz #8E2237

Tints of Shiraz #8E2237

Color information

#8E2237 (or 0x8E2237) is unknown color: approx Shiraz. HEX triplet: 8E, 22 and 37. RGB value is (142,34,55). Sum of RGB (Red+Green+Blue) = 142+34+55=231 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.47% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2237 is #71DDC8. Grayscale: #444444. Windows color (decimal): -7462345 or 3613326. OLE color: 3613326.

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

Color convert

RGB1423455-
CMYK00.760.610.44
HSL348.33º61.36%34.51%-
HSV(B)348.33º76.06%55.69%-
XYZ12.427.174.34-
YUV68.69120.28180.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 61.47%
GREEN value IS 34 (13.67% from 255) = 14.72%
BLUE value IS 55 (21.88% from 255) = 23.81%
R=61.47%
G=14.72%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142345500.760.610.44348.3361.3634.51
Hex8E223704C3D2C15c3d23
Octal2164267011475545347543
Binary1000111010001011011101001100111101101100101011100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,34,55); }

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

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

 a { background-color: rgb(142,34,55); }

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

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

 span { border-color: rgb(142,34,55); }

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