#8E273E

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

Shades of Shiraz #8E273E

Tints of Shiraz #8E273E

Color information

#8E273E (or 0x8E273E) is unknown color: approx Shiraz. HEX triplet: 8E, 27 and 3E. RGB value is (142,39,62). Sum of RGB (Red+Green+Blue) = 142+39+62=243 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.44% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 142 - color contains mainly: red. Hex color #8E273E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E273E is #71D8C1. Grayscale: #484848. Windows color (decimal): -7461058 or 4073358. OLE color: 4073358.

HSL color Cylindrical-coordinate representation of color #8E273E: hue angle of 346.6º 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 #8E273E is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB1423962-
CMYK00.730.560.44
HSL346.6º56.91%35.49%-
HSV(B)346.6º72.54%55.69%-
XYZ12.757.555.34-
YUV72.42122.12177.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.44%
GREEN value IS 39 (15.62% from 255) = 16.05%
BLUE value IS 62 (24.61% from 255) = 25.51%
R=58.44%
G=16.05%
B=25.51%

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
Decimal142396200.730.560.44346.656.9135.49
Hex8E273E049382C15b3923
Octal2164776011170545337143
Binary1000111010011111111001001001111000101100101011011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E273E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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