#990210

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

Shades of Sangria #990210

Tints of Sangria #990210

Color information

#990210 (or 0x990210) is unknown color: approx Sangria. HEX triplet: 99, 02 and 10. RGB value is (153,2,16). Sum of RGB (Red+Green+Blue) = 153+2+16=171 (22% of max value = 765). Red value is 153 (60.16% from 255 or 89.47% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 16 (6.64% from 255 or 9.36% from 171); Max value from RGB is 153 - color contains mainly: red. Hex color #990210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990210 is #66FDEF. Grayscale: #303030. Windows color (decimal): -6749680 or 1049241. OLE color: 1049241.

HSL color Cylindrical-coordinate representation of color #990210: hue angle of 354.44º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990210 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB153216-
CMYK00.990.900.4
HSL354.44º97.42%30.39%-
HSV(B)354.44º98.69%60%-
XYZ13.256.851.11-
YUV48.74109.53202.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 89.47%
GREEN value IS 2 (1.17% from 255) = 1.17%
BLUE value IS 16 (6.64% from 255) = 9.36%
R=89.47%
G=1.17%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15321600.990.900.4354.4497.4230.39
Hex992100635A28162611e
Octal23122001431325054214136
Binary100110011010000011000111011010101000101100010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990210; }

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

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

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

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

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

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

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

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