#8E1A3C

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

Shades of Shiraz #8E1A3C

Tints of Shiraz #8E1A3C

Color information

#8E1A3C (or 0x8E1A3C) is unknown color: approx Shiraz. HEX triplet: 8E, 1A and 3C. RGB value is (142,26,60). Sum of RGB (Red+Green+Blue) = 142+26+60=228 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.28% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1A3C is #71E5C3. Grayscale: #404040. Windows color (decimal): -7464388 or 3938958. OLE color: 3938958.

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

Color convert

RGB1422660-
CMYK00.820.580.44
HSL342.41º69.05%32.94%-
HSV(B)342.41º81.69%55.69%-
XYZ12.346.824.94-
YUV64.56125.43183.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 62.28%
GREEN value IS 26 (10.55% from 255) = 11.40%
BLUE value IS 60 (23.83% from 255) = 26.32%
R=62.28%
G=11.40%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142266000.820.580.44342.4169.0532.94
Hex8E1A3C0523A2C1564521
Octal21632740122725452610541
Binary1000111011010111100010100101110101011001010101101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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