Html Css Color HEX #991012 Sangria

📋 copy color: '#991012'

red 153 ◦ green 16 ◦ blue 18

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

Shades of Sangria #991012

Tints of Sangria #991012

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.56%

 BLUE value IS 18 (7.42% from 255) = 9.63%

R = 81.82%
G = 8.56%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#991012 (or 0x991012) is known color: Sangria. HEX triplet: 99, 10 and 12. RGB value is (153,16,18). Sum of RGB (Red+Green+Blue) = 153+16+18=187 (24% of max value = 765). Red value is 153 (60.16% from 255 or 81.82% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 153 - color contains mainly: red. Hex color #991012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991012 is #66EFED. Grayscale: #393939. Windows color (decimal): -6746094 or 1183897. OLE color: 1183897.

HSL color Cylindrical-coordinate representation of color #991012: hue angle of 359.12º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #991012 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 16 18 -
CMYK 0 0.90 0.88 0.4
HSL 359.12º 0.81% 0.33% -
HSV(B) 359.12º 0.9% 0.6% -
XYZ 13.43 7.19 1.25 -
YUV 57.19 105.89 196.34 -
System Red Green Blue C M Y K H S L
Decimal 153 16 18 0 0.90 0.88 0.4 359.12 0.81 0.33
Hex 99 10 12 0 5A 58 28 167 51 21
Octal 231 20 22 0 132 130 50 547 121 41
Binary 10011001 10000 10010 0 1011010 1011000 101000 101100111 1010001 100001

Color Harmonies of #991012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991012

Black with #991012

Text Example


Text Example

White with #991012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991012; }

 p { color: rgb(153,16,18); }

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

background-color css

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

 a { background-color: rgb(153,16,18); }

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

border-color css

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

 span { border-color: rgb(153,16,18); }

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