Html Css Color HEX #971011 Sangria

📋 copy color: '#971011'

red 151 ◦ green 16 ◦ blue 17

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

Shades of Sangria #971011

Tints of Sangria #971011

RGB

 RED value IS 151 (59.38% from 255) = 82.07%

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

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

R = 82.07%
G = 8.7%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#971011 (or 0x971011) is known color: Sangria. HEX triplet: 97, 10 and 11. RGB value is (151,16,17). Sum of RGB (Red+Green+Blue) = 151+16+17=184 (24% of max value = 765). Red value is 151 (59.38% from 255 or 82.07% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 151 - color contains mainly: red. Hex color #971011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971011 is #68EFEE. Grayscale: #383838. Windows color (decimal): -6877167 or 1118359. OLE color: 1118359.

HSL color Cylindrical-coordinate representation of color #971011: hue angle of 359.56º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971011 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 16 17 -
CMYK 0 0.89 0.89 0.41
HSL 359.56º 0.81% 0.33% -
HSV(B) 359.56º 0.89% 0.59% -
XYZ 13.05 6.99 1.19 -
YUV 56.48 105.73 195.42 -
System Red Green Blue C M Y K H S L
Decimal 151 16 17 0 0.89 0.89 0.41 359.56 0.81 0.33
Hex 97 10 11 0 59 59 29 168 51 21
Octal 227 20 21 0 131 131 51 550 121 41
Binary 10010111 10000 10001 0 1011001 1011001 101001 101101000 1010001 100001

Color Harmonies of #971011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971011

Black with #971011

Text Example


Text Example

White with #971011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971011; }

 p { color: rgb(151,16,17); }

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

background-color css

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

 a { background-color: rgb(151,16,17); }

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

border-color css

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

 span { border-color: rgb(151,16,17); }

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