#8F060E

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

Shades of Sangria #8F060E

Tints of Sangria #8F060E

Color information

#8F060E (or 0x8F060E) is unknown color: approx Sangria. HEX triplet: 8F, 06 and 0E. RGB value is (143,6,14). Sum of RGB (Red+Green+Blue) = 143+6+14=163 (21% of max value = 765). Red value is 143 (56.25% from 255 or 87.73% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 14 (5.86% from 255 or 8.59% from 163); Max value from RGB is 143 - color contains mainly: red. Hex color #8F060E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F060E is #70F9F1. Grayscale: #2F2F2F. Windows color (decimal): -7404018 or 919183. OLE color: 919183.

HSL color Cylindrical-coordinate representation of color #8F060E: hue angle of 356.5º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F060E is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB143614-
CMYK00.960.900.44
HSL356.5º91.95%29.22%-
HSV(B)356.5º95.8%56.08%-
XYZ11.4760.97-
YUV47.88108.89195.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 87.73%
GREEN value IS 6 (2.73% from 255) = 3.68%
BLUE value IS 14 (5.86% from 255) = 8.59%
R=87.73%
G=3.68%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14361400.960.900.44356.591.9529.22
Hex8F6E0605A2C1645c1d
Octal21761601401325454413435
Binary100011111101110011000001011010101100101100100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,6,14); }

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

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

 a { background-color: rgb(143,6,14); }

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

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

 span { border-color: rgb(143,6,14); }

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