#890F10

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

Shades of Sangria #890F10

Tints of Sangria #890F10

Color information

#890F10 (or 0x890F10) is unknown color: approx Sangria. HEX triplet: 89, 0F and 10. RGB value is (137,15,16). Sum of RGB (Red+Green+Blue) = 137+15+16=168 (22% of max value = 765). Red value is 137 (53.91% from 255 or 81.55% from 168); Green value is 15 (6.25% from 255 or 8.93% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 137 - color contains mainly: red. Hex color #890F10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890F10 is #76F0EF. Grayscale: #333333. Windows color (decimal): -7794928 or 1052553. OLE color: 1052553.

HSL color Cylindrical-coordinate representation of color #890F10: hue angle of 359.51º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #890F10 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB1371516-
CMYK00.890.880.46
HSL359.51º80.26%29.8%-
HSV(B)359.51º89.05%53.73%-
XYZ10.585.71.03-
YUV51.59107.92188.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 81.55%
GREEN value IS 15 (6.25% from 255) = 8.93%
BLUE value IS 16 (6.64% from 255) = 9.52%
R=81.55%
G=8.93%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137151600.890.880.46359.5180.2629.8
Hex89F10059582E168501e
Octal211172001311305655012036
Binary10001001111110000010110011011000101110101101000101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890F10; }

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

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

<style>
 a { background-color: #890F10; }

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

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

<style>
 span { border-color: #890F10; }

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

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