Html Css Color HEX #991314 Sangria

📋 copy color: '#991314'

red 153 ◦ green 19 ◦ blue 20

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

Shades of Sangria #991314

Tints of Sangria #991314

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.9%

 BLUE value IS 20 (8.2% from 255) = 10.42%

R = 79.69%
G = 9.9%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#991314 (or 0x991314) is known color: Sangria. HEX triplet: 99, 13 and 14. RGB value is (153,19,20). Sum of RGB (Red+Green+Blue) = 153+19+20=192 (25% of max value = 765). Red value is 153 (60.16% from 255 or 79.69% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 153 - color contains mainly: red. Hex color #991314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991314 is #66ECEB. Grayscale: #3B3B3B. Windows color (decimal): -6745324 or 1315737. OLE color: 1315737.

HSL color Cylindrical-coordinate representation of color #991314: hue angle of 359.55º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991314 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 19 20 -
CMYK 0 0.88 0.87 0.4
HSL 359.55º 0.78% 0.34% -
HSV(B) 359.55º 0.88% 0.6% -
XYZ 13.5 7.29 1.36 -
YUV 59.18 105.89 194.92 -
System Red Green Blue C M Y K H S L
Decimal 153 19 20 0 0.88 0.87 0.4 359.55 0.78 0.34
Hex 99 13 14 0 58 57 28 168 4E 22
Octal 231 23 24 0 130 127 50 550 116 42
Binary 10011001 10011 10100 0 1011000 1010111 101000 101101000 1001110 100010

Color Harmonies of #991314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991314

Black with #991314

Text Example


Text Example

White with #991314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991314; }

 p { color: rgb(153,19,20); }

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

background-color css

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

 a { background-color: rgb(153,19,20); }

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

border-color css

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

 span { border-color: rgb(153,19,20); }

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