#990008

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

Shades of Sangria #990008

Tints of Sangria #990008

Color information

#990008 (or 0x990008) is unknown color: approx Sangria. HEX triplet: 99, 00 and 08. RGB value is (153,0,8). Sum of RGB (Red+Green+Blue) = 153+0+8=161 (21% of max value = 765). Red value is 153 (60.16% from 255 or 95.03% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 153 - color contains mainly: red. Hex color #990008 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990008 is #66FFF7. Grayscale: #2E2E2E. Windows color (decimal): -6750200 or 524441. OLE color: 524441.

HSL color Cylindrical-coordinate representation of color #990008: hue angle of 356.86º 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 #990008 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB15308-
CMYK010.950.4
HSL356.86º100%30%-
HSV(B)356.86º100%60%-
XYZ13.186.790.85-
YUV46.66106.19203.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 95.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 8 (3.52% from 255) = 4.97%
R=95.03%
G=0%
B=4.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.95
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15308010.950.4356.8610030
Hex99080645F28165641e
Octal23101001441375054514436
Binary1001100101000011001001011111101000101100101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990008; }

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

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

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

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

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

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

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

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