#8F273C

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

Shades of Shiraz #8F273C

Tints of Shiraz #8F273C

Color information

#8F273C (or 0x8F273C) is unknown color: approx Shiraz. HEX triplet: 8F, 27 and 3C. RGB value is (143,39,60). Sum of RGB (Red+Green+Blue) = 143+39+60=242 (32% of max value = 765). Red value is 143 (56.25% from 255 or 59.09% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 143 - color contains mainly: red. Hex color #8F273C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F273C is #70D8C3. Grayscale: #484848. Windows color (decimal): -7395524 or 3942287. OLE color: 3942287.

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

Color convert

RGB1433960-
CMYK00.730.580.44
HSL347.88º57.14%35.69%-
HSV(B)347.88º72.73%56.08%-
XYZ12.877.625.07-
YUV72.49120.96178.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 59.09%
GREEN value IS 39 (15.62% from 255) = 16.12%
BLUE value IS 60 (23.83% from 255) = 24.79%
R=59.09%
G=16.12%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143396000.730.580.44347.8857.1435.69
Hex8F273C0493A2C15c3924
Octal2174774011172545347144
Binary1000111110011111110001001001111010101100101011100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F273C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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