Html Css Color HEX #990209 Sangria

📋 copy color: '#990209'

red 153 ◦ green 2 ◦ blue 9

#990209
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #990209

Tints of Sangria #990209

RGB

 RED value IS 153 (60.16% from 255) = 93.29%

 GREEN value IS 2 (1.17% from 255) = 1.22%

 BLUE value IS 9 (3.91% from 255) = 5.49%

R = 93.29%
G = 1.22%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.4

RGB Variations

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

Color information

#990209 (or 0x990209) is known color: Sangria. HEX triplet: 99, 02 and 09. RGB value is (153,2,9). Sum of RGB (Red+Green+Blue) = 153+2+9=164 (21% of max value = 765). Red value is 153 (60.16% from 255 or 93.29% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 153 - color contains mainly: red. Hex color #990209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990209 is #66FDF6. Grayscale: #303030. Windows color (decimal): -6749687 or 590489. OLE color: 590489.

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

Color convert

RGB 153 2 9 -
CMYK 0 0.99 0.94 0.4
HSL 357.22º 0.97% 0.3% -
HSV(B) 357.22º 0.99% 0.6% -
XYZ 13.21 6.84 0.88 -
YUV 47.95 106.03 202.93 -
System Red Green Blue C M Y K H S L
Decimal 153 2 9 0 0.99 0.94 0.4 357.22 0.97 0.3
Hex 99 2 9 0 63 5E 28 165 61 1E
Octal 231 2 11 0 143 136 50 545 141 36
Binary 10011001 10 1001 0 1100011 1011110 101000 101100101 1100001 11110

Color Harmonies of #990209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990209

Black with #990209

Text Example


Text Example

White with #990209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990209; }

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

 H1.HeaderClassName
 {
   color: #990209;
 }
 .AnyTagClassName
 {
   color: #990209;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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