#8E2234

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

Shades of Shiraz #8E2234

Tints of Shiraz #8E2234

Color information

#8E2234 (or 0x8E2234) is unknown color: approx Shiraz. HEX triplet: 8E, 22 and 34. RGB value is (142,34,52). Sum of RGB (Red+Green+Blue) = 142+34+52=228 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.28% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2234 is #71DDCB. Grayscale: #444444. Windows color (decimal): -7462348 or 3416718. OLE color: 3416718.

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

Color convert

RGB1423452-
CMYK00.760.630.44
HSL350º61.36%34.51%-
HSV(B)350º76.06%55.69%-
XYZ12.357.143.98-
YUV68.34118.78180.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 62.28%
GREEN value IS 34 (13.67% from 255) = 14.91%
BLUE value IS 52 (20.70% from 255) = 22.81%
R=62.28%
G=14.91%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142345200.760.630.4435061.3634.51
Hex8E223404C3F2C15e3d23
Octal2164264011477545367543
Binary1000111010001011010001001100111111101100101011110111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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