Html Css Color HEX #990811 Sangria

📋 copy color: '#990811'

red 153 ◦ green 8 ◦ blue 17

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

Shades of Sangria #990811

Tints of Sangria #990811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.55%

R = 85.96%
G = 4.49%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.4

RGB Variations

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

Color information

#990811 (or 0x990811) is known color: Sangria. HEX triplet: 99, 08 and 11. RGB value is (153,8,17). Sum of RGB (Red+Green+Blue) = 153+8+17=178 (23% of max value = 765). Red value is 153 (60.16% from 255 or 85.96% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 153 - color contains mainly: red. Hex color #990811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990811 is #66F7EE. Grayscale: #343434. Windows color (decimal): -6748143 or 1116313. OLE color: 1116313.

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

Color convert

RGB 153 8 17 -
CMYK 0 0.95 0.89 0.4
HSL 356.28º 0.9% 0.32% -
HSV(B) 356.28º 0.95% 0.6% -
XYZ 13.32 6.99 1.18 -
YUV 52.38 108.04 199.77 -
System Red Green Blue C M Y K H S L
Decimal 153 8 17 0 0.95 0.89 0.4 356.28 0.9 0.32
Hex 99 8 11 0 5F 59 28 164 5A 20
Octal 231 10 21 0 137 131 50 544 132 40
Binary 10011001 1000 10001 0 1011111 1011001 101000 101100100 1011010 100000

Color Harmonies of #990811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990811

Black with #990811

Text Example


Text Example

White with #990811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990811; }

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

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

background-color css

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

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

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

border-color css

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

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

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