#8E273F

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

Shades of Shiraz #8E273F

Tints of Shiraz #8E273F

Color information

#8E273F (or 0x8E273F) is unknown color: approx Shiraz. HEX triplet: 8E, 27 and 3F. RGB value is (142,39,63). Sum of RGB (Red+Green+Blue) = 142+39+63=244 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.20% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 142 - color contains mainly: red. Hex color #8E273F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E273F is #71D8C0. Grayscale: #484848. Windows color (decimal): -7461057 or 4138894. OLE color: 4138894.

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

Color convert

RGB1423963-
CMYK00.730.560.44
HSL346.02º56.91%35.49%-
HSV(B)346.02º72.54%55.69%-
XYZ12.787.565.49-
YUV72.53122.62177.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.20%
GREEN value IS 39 (15.62% from 255) = 15.98%
BLUE value IS 63 (25% from 255) = 25.82%
R=58.20%
G=15.98%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142396300.730.560.44346.0256.9135.49
Hex8E273F049382C15a3923
Octal2164777011170545327143
Binary1000111010011111111101001001111000101100101011010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E273F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,39,63); }

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

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

 a { background-color: rgb(142,39,63); }

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

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

 span { border-color: rgb(142,39,63); }

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