#8E1F3E

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

Shades of Shiraz #8E1F3E

Tints of Shiraz #8E1F3E

Color information

#8E1F3E (or 0x8E1F3E) is unknown color: approx Shiraz. HEX triplet: 8E, 1F and 3E. RGB value is (142,31,62). Sum of RGB (Red+Green+Blue) = 142+31+62=235 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.43% from 235); Green value is 31 (12.5% from 255 or 13.19% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1F3E is #71E0C1. Grayscale: #434343. Windows color (decimal): -7463106 or 4071310. OLE color: 4071310.

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

Color convert

RGB1423162-
CMYK00.780.560.44
HSL343.24º64.16%33.92%-
HSV(B)343.24º78.17%55.69%-
XYZ12.517.085.26-
YUV67.72124.77180.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 60.43%
GREEN value IS 31 (12.5% from 255) = 13.19%
BLUE value IS 62 (24.61% from 255) = 26.38%
R=60.43%
G=13.19%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142316200.780.560.44343.2464.1633.92
Hex8E1F3E04E382C1574022
Octal21637760116705452710042
Binary1000111011111111110010011101110001011001010101111000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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