#8F000E

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

Shades of Sangria #8F000E

Tints of Sangria #8F000E

Color information

#8F000E (or 0x8F000E) is unknown color: approx Sangria. HEX triplet: 8F, 00 and 0E. RGB value is (143,0,14). Sum of RGB (Red+Green+Blue) = 143+0+14=157 (20% of max value = 765). Red value is 143 (56.25% from 255 or 91.08% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 143 - color contains mainly: red. Hex color #8F000E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F000E is #70FFF1. Grayscale: #2C2C2C. Windows color (decimal): -7405554 or 917647. OLE color: 917647.

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

Color convert

RGB143014-
CMYK010.900.44
HSL354.13º100%28.04%-
HSV(B)354.13º100%56.08%-
XYZ11.415.870.95-
YUV44.35110.88198.36-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 91.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 14 (5.86% from 255) = 8.92%
R=91.08%
G=0%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143014010.900.44354.1310028.04
Hex8F0E0645A2C162641c
Octal21701601441325454214434
Binary1000111101110011001001011010101100101100010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F000E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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