#8f0f10

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

Shades of Sangria #8F0F10

Tints of Sangria #8F0F10

Color information

#8F0F10 (or 0x8F0F10) is unknown color: approx Sangria. HEX triplet: 8F, 0F and 10. RGB value is (143,15,16). Sum of RGB (Red+Green+Blue) = 143+15+16=174 (23% of max value = 765). Red value is 143 (56.25% from 255 or 82.18% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0F10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0F10 is #70F0EF. Grayscale: #353535. Windows color (decimal): -7401712 or 1052559. OLE color: 1052559.

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

Color convert

RGB1431516-
CMYK00.900.890.44
HSL359.53º81.01%30.98%-
HSV(B)359.53º89.51%56.08%-
XYZ11.596.221.08-
YUV53.39106.91191.92-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 82.18%
GREEN value IS 15 (6.25% from 255) = 8.62%
BLUE value IS 16 (6.64% from 255) = 9.20%
R=82.18%
G=8.62%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143151600.900.890.44359.5381.0130.98
Hex8FF1005A592C168511f
Octal217172001321315455012137
Binary10001111111110000010110101011001101100101101000101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f0f10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,15,16); }

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

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

 a { background-color: rgb(143,15,16); }

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

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

 span { border-color: rgb(143,15,16); }

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