#8e1e3c

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

Shades of Shiraz #8E1E3C

Tints of Shiraz #8E1E3C

Color information

#8E1E3C (or 0x8E1E3C) is unknown color: approx Shiraz. HEX triplet: 8E, 1E and 3C. RGB value is (142,30,60). Sum of RGB (Red+Green+Blue) = 142+30+60=232 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.21% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1E3C is #71E1C3. Grayscale: #424242. Windows color (decimal): -7463364 or 3939982. OLE color: 3939982.

HSL color Cylindrical-coordinate representation of color #8E1E3C: hue angle of 343.93º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8E1E3C is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB1423060-
CMYK00.790.580.44
HSL343.93º65.12%33.73%-
HSV(B)343.93º78.87%55.69%-
XYZ12.447.014.97-
YUV66.91124.11181.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 61.21%
GREEN value IS 30 (12.11% from 255) = 12.93%
BLUE value IS 60 (23.83% from 255) = 25.86%
R=61.21%
G=12.93%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142306000.790.580.44343.9365.1233.73
Hex8E1E3C04F3A2C1584122
Octal21636740117725453010142
Binary1000111011110111100010011111110101011001010110001000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e1e3c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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