#8F000A

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

Shades of Sangria #8F000A

Tints of Sangria #8F000A

Color information

#8F000A (or 0x8F000A) is unknown color: approx Sangria. HEX triplet: 8F, 00 and 0A. RGB value is (143,0,10). Sum of RGB (Red+Green+Blue) = 143+0+10=153 (20% of max value = 765). Red value is 143 (56.25% from 255 or 93.46% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 143 - color contains mainly: red. Hex color #8F000A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F000A is #70FFF5. Grayscale: #2C2C2C. Windows color (decimal): -7405558 or 655503. OLE color: 655503.

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

Color convert

RGB143010-
CMYK010.930.44
HSL355.8º100%28.04%-
HSV(B)355.8º100%56.08%-
XYZ11.385.860.82-
YUV43.9108.88198.69-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 93.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 6.54%
R=93.46%
G=0%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143010010.930.44355.810028.04
Hex8F0A0645D2C164641c
Octal21701201441355454414434
Binary1000111101010011001001011101101100101100100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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