#8E243C

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

Shades of Shiraz #8E243C

Tints of Shiraz #8E243C

Color information

#8E243C (or 0x8E243C) is unknown color: approx Shiraz. HEX triplet: 8E, 24 and 3C. RGB value is (142,36,60). Sum of RGB (Red+Green+Blue) = 142+36+60=238 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.66% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 142 - color contains mainly: red. Hex color #8E243C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E243C is #71DBC3. Grayscale: #464646. Windows color (decimal): -7461828 or 3941518. OLE color: 3941518.

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

Color convert

RGB1423660-
CMYK00.750.580.44
HSL346.42º59.55%34.9%-
HSV(B)346.42º74.65%55.69%-
XYZ12.67.345.03-
YUV70.43122.12179.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.66%
GREEN value IS 36 (14.45% from 255) = 15.13%
BLUE value IS 60 (23.83% from 255) = 25.21%
R=59.66%
G=15.13%
B=25.21%

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
Decimal142366000.750.580.44346.4259.5534.9
Hex8E243C04B3A2C15a3c23
Octal2164474011372545327443
Binary1000111010010011110001001011111010101100101011010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E243C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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