Html Css Color HEX #990809 Sangria

📋 copy color: '#990809'

red 153 ◦ green 8 ◦ blue 9

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

Shades of Sangria #990809

Tints of Sangria #990809

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.71%

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

R = 90%
G = 4.71%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.4

RGB Variations

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

Color information

#990809 (or 0x990809) is known color: Sangria. HEX triplet: 99, 08 and 09. RGB value is (153,8,9). Sum of RGB (Red+Green+Blue) = 153+8+9=170 (22% of max value = 765). Red value is 153 (60.16% from 255 or 90% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 9 (3.91% from 255 or 5.29% from 170); Max value from RGB is 153 - color contains mainly: red. Hex color #990809 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990809 is #66F7F6. Grayscale: #333333. Windows color (decimal): -6748151 or 592025. OLE color: 592025.

HSL color Cylindrical-coordinate representation of color #990809: hue angle of 359.59º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990809 is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 8 9 -
CMYK 0 0.95 0.94 0.4
HSL 359.59º 0.9% 0.32% -
HSV(B) 359.59º 0.95% 0.6% -
XYZ 13.27 6.97 0.9 -
YUV 51.47 104.04 200.42 -
System Red Green Blue C M Y K H S L
Decimal 153 8 9 0 0.95 0.94 0.4 359.59 0.9 0.32
Hex 99 8 9 0 5F 5E 28 168 5A 20
Octal 231 10 11 0 137 136 50 550 132 40
Binary 10011001 1000 1001 0 1011111 1011110 101000 101101000 1011010 100000

Color Harmonies of #990809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990809

Black with #990809

Text Example


Text Example

White with #990809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990809; }

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

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

background-color css

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

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

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

border-color css

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

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

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