#8F273E

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

Shades of Shiraz #8F273E

Tints of Shiraz #8F273E

Color information

#8F273E (or 0x8F273E) is unknown color: approx Shiraz. HEX triplet: 8F, 27 and 3E. RGB value is (143,39,62). Sum of RGB (Red+Green+Blue) = 143+39+62=244 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.61% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 143 - color contains mainly: red. Hex color #8F273E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F273E is #70D8C1. Grayscale: #484848. Windows color (decimal): -7395522 or 4073359. OLE color: 4073359.

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

Color convert

RGB1433962-
CMYK00.730.570.44
HSL346.73º57.14%35.69%-
HSV(B)346.73º72.73%56.08%-
XYZ12.927.645.35-
YUV72.72121.96178.13-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 58.61%
GREEN value IS 39 (15.62% from 255) = 15.98%
BLUE value IS 62 (24.61% from 255) = 25.41%
R=58.61%
G=15.98%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143396200.730.570.44346.7357.1435.69
Hex8F273E049392C15b3924
Octal2174776011171545337144
Binary1000111110011111111001001001111001101100101011011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F273E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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