Html Css Color HEX #990B0D Sangria

📋 copy color: '#990B0D'

red 153 ◦ green 11 ◦ blue 13

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

Shades of Sangria #990B0D

Tints of Sangria #990B0D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.21%

 BLUE value IS 13 (5.47% from 255) = 7.34%

R = 86.44%
G = 6.21%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#990B0D (or 0x990B0D) is known color: Sangria. HEX triplet: 99, 0B and 0D. RGB value is (153,11,13). Sum of RGB (Red+Green+Blue) = 153+11+13=177 (23% of max value = 765). Red value is 153 (60.16% from 255 or 86.44% from 177); Green value is 11 (4.69% from 255 or 6.21% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 153 - color contains mainly: red. Hex color #990B0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990B0D is #66F4F2. Grayscale: #353535. Windows color (decimal): -6747379 or 854937. OLE color: 854937.

HSL color Cylindrical-coordinate representation of color #990B0D: hue angle of 359.15º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990B0D is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 11 13 -
CMYK 0 0.93 0.92 0.4
HSL 359.15º 0.87% 0.32% -
HSV(B) 359.15º 0.93% 0.6% -
XYZ 13.33 7.04 1.04 -
YUV 53.69 105.04 198.84 -
System Red Green Blue C M Y K H S L
Decimal 153 11 13 0 0.93 0.92 0.4 359.15 0.87 0.32
Hex 99 B D 0 5D 5C 28 167 57 20
Octal 231 13 15 0 135 134 50 547 127 40
Binary 10011001 1011 1101 0 1011101 1011100 101000 101100111 1010111 100000

Color Harmonies of #990B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990B0D

Black with #990B0D

Text Example


Text Example

White with #990B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990B0D; }

 p { color: rgb(153,11,13); }

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

background-color css

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

 a { background-color: rgb(153,11,13); }

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

border-color css

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

 span { border-color: rgb(153,11,13); }

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