#8E2C3E

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

Shades of Shiraz #8E2C3E

Tints of Shiraz #8E2C3E

Color information

#8E2C3E (or 0x8E2C3E) is unknown color: approx Shiraz. HEX triplet: 8E, 2C and 3E. RGB value is (142,44,62). Sum of RGB (Red+Green+Blue) = 142+44+62=248 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.26% from 248); Green value is 44 (17.58% from 255 or 17.74% from 248); Blue value is 62 (24.61% from 255 or 25% from 248); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2C3E is #71D3C1. Grayscale: #4B4B4B. Windows color (decimal): -7459778 or 4074638. OLE color: 4074638.

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

Color convert

RGB1424462-
CMYK00.690.560.44
HSL348.98º52.69%36.47%-
HSV(B)348.98º69.01%55.69%-
XYZ12.937.95.4-
YUV75.35120.47175.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.26%
GREEN value IS 44 (17.58% from 255) = 17.74%
BLUE value IS 62 (24.61% from 255) = 25%
R=57.26%
G=17.74%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142446200.690.560.44348.9852.6936.47
Hex8E2C3E045382C15d3524
Octal2165476010570545356544
Binary1000111010110011111001000101111000101100101011101110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,44,62); }

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

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

 a { background-color: rgb(142,44,62); }

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

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

 span { border-color: rgb(142,44,62); }

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