#990001

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

Shades of Sangria #990001

Tints of Sangria #990001

Color information

#990001 (or 0x990001) is unknown color: approx Sangria. HEX triplet: 99, 00 and 01. RGB value is (153,0,1). Sum of RGB (Red+Green+Blue) = 153+0+1=154 (20% of max value = 765). Red value is 153 (60.16% from 255 or 99.35% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 153 - color contains mainly: red. Hex color #990001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990001 is #66FFFE. Grayscale: #2E2E2E. Windows color (decimal): -6750207 or 65689. OLE color: 65689.

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

Color convert

RGB15301-
CMYK010.990.4
HSL359.61º100%30%-
HSV(B)359.61º100%60%-
XYZ13.146.770.64-
YUV45.86102.69204.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 99.35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=99.35%
G=0%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15301010.990.4359.6110030
Hex99010646328168641e
Octal2310101441435055014436
Binary1001100101011001001100011101000101101000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990001; }

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

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

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

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

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

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

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

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