#990005

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

Shades of Sangria #990005

Tints of Sangria #990005

Color information

#990005 (or 0x990005) is unknown color: approx Sangria. HEX triplet: 99, 00 and 05. RGB value is (153,0,5). Sum of RGB (Red+Green+Blue) = 153+0+5=158 (20% of max value = 765). Red value is 153 (60.16% from 255 or 96.84% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 5 (2.34% from 255 or 3.16% from 158); Max value from RGB is 153 - color contains mainly: red. Hex color #990005 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990005 is #66FFFA. Grayscale: #2E2E2E. Windows color (decimal): -6750203 or 327833. OLE color: 327833.

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

Color convert

RGB15305-
CMYK010.970.4
HSL358.04º100%30%-
HSV(B)358.04º100%60%-
XYZ13.166.780.76-
YUV46.32104.69204.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 96.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 5 (2.34% from 255) = 3.16%
R=96.84%
G=0%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.97
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15305010.970.4358.0410030
Hex99050646128166641e
Octal2310501441415054614436
Binary100110010101011001001100001101000101100110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990005; }

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

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

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

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

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

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

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

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