#890210

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

Shades of Sangria #890210

Tints of Sangria #890210

Color information

#890210 (or 0x890210) is unknown color: approx Sangria. HEX triplet: 89, 02 and 10. RGB value is (137,2,16). Sum of RGB (Red+Green+Blue) = 137+2+16=155 (20% of max value = 765). Red value is 137 (53.91% from 255 or 88.39% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 137 - color contains mainly: red. Hex color #890210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890210 is #76FDEF. Grayscale: #2C2C2C. Windows color (decimal): -7798256 or 1049225. OLE color: 1049225.

HSL color Cylindrical-coordinate representation of color #890210: hue angle of 353.78º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #890210 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB137216-
CMYK00.990.880.46
HSL353.78º97.12%27.25%-
HSV(B)353.78º98.54%53.73%-
XYZ10.435.40.98-
YUV43.96112.23194.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 88.39%
GREEN value IS 2 (1.17% from 255) = 1.29%
BLUE value IS 16 (6.64% from 255) = 10.32%
R=88.39%
G=1.29%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13721600.990.880.46353.7897.1227.25
Hex89210063582E162611b
Octal21122001431305654214133
Binary100010011010000011000111011000101110101100010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890210; }

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

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

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

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

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

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

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

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