Html Css Color HEX #990B0F Sangria

📋 copy color: '#990B0F'

red 153 ◦ green 11 ◦ blue 15

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

Shades of Sangria #990B0F

Tints of Sangria #990B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.38%

R = 85.47%
G = 6.15%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#990B0F (or 0x990B0F) is known color: Sangria. HEX triplet: 99, 0B and 0F. RGB value is (153,11,15). Sum of RGB (Red+Green+Blue) = 153+11+15=179 (23% of max value = 765). Red value is 153 (60.16% from 255 or 85.47% from 179); Green value is 11 (4.69% from 255 or 6.15% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 153 - color contains mainly: red. Hex color #990B0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990B0F is #66F4F0. Grayscale: #363636. Windows color (decimal): -6747377 or 986009. OLE color: 986009.

HSL color Cylindrical-coordinate representation of color #990B0F: hue angle of 358.31º 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 #990B0F is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 11 15 -
CMYK 0 0.93 0.90 0.4
HSL 358.31º 0.87% 0.32% -
HSV(B) 358.31º 0.93% 0.6% -
XYZ 13.34 7.05 1.11 -
YUV 53.91 106.04 198.67 -
System Red Green Blue C M Y K H S L
Decimal 153 11 15 0 0.93 0.90 0.4 358.31 0.87 0.32
Hex 99 B F 0 5D 5A 28 166 57 20
Octal 231 13 17 0 135 132 50 546 127 40
Binary 10011001 1011 1111 0 1011101 1011010 101000 101100110 1010111 100000

Color Harmonies of #990B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990B0F

Black with #990B0F

Text Example


Text Example

White with #990B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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