#990002

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

Shades of Sangria #990002

Tints of Sangria #990002

Color information

#990002 (or 0x990002) is unknown color: approx Sangria. HEX triplet: 99, 00 and 02. RGB value is (153,0,2). Sum of RGB (Red+Green+Blue) = 153+0+2=155 (20% of max value = 765). Red value is 153 (60.16% from 255 or 98.71% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 153 - color contains mainly: red. Hex color #990002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990002 is #66FFFD. Grayscale: #2E2E2E. Windows color (decimal): -6750206 or 131225. OLE color: 131225.

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

Color convert

RGB15302-
CMYK010.990.4
HSL359.22º100%30%-
HSV(B)359.22º100%60%-
XYZ13.156.780.67-
YUV45.98103.19204.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 98.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 1.29%
R=98.71%
G=0%
B=1.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15302010.990.4359.2210030
Hex99020646328167641e
Octal2310201441435054714436
Binary10011001010011001001100011101000101100111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990002; }

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

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

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

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

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

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

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

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