#8E243B

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

Shades of Shiraz #8E243B

Tints of Shiraz #8E243B

Color information

#8E243B (or 0x8E243B) is unknown color: approx Shiraz. HEX triplet: 8E, 24 and 3B. RGB value is (142,36,59). Sum of RGB (Red+Green+Blue) = 142+36+59=237 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.92% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 142 - color contains mainly: red. Hex color #8E243B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E243B is #71DBC4. Grayscale: #464646. Windows color (decimal): -7461829 or 3875982. OLE color: 3875982.

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

Color convert

RGB1423659-
CMYK00.750.580.44
HSL346.98º59.55%34.9%-
HSV(B)346.98º74.65%55.69%-
XYZ12.587.334.89-
YUV70.32121.62179.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.92%
GREEN value IS 36 (14.45% from 255) = 15.19%
BLUE value IS 59 (23.44% from 255) = 24.89%
R=59.92%
G=15.19%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142365900.750.580.44346.9859.5534.9
Hex8E243B04B3A2C15b3c23
Octal2164473011372545337443
Binary1000111010010011101101001011111010101100101011011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E243B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,36,59); }

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

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

 a { background-color: rgb(142,36,59); }

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

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

 span { border-color: rgb(142,36,59); }

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