Html Css Color HEX #971114 Sangria

📋 copy color: '#971114'

red 151 ◦ green 17 ◦ blue 20

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

Shades of Sangria #971114

Tints of Sangria #971114

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.04%

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

R = 80.32%
G = 9.04%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#971114 (or 0x971114) is known color: Sangria. HEX triplet: 97, 11 and 14. RGB value is (151,17,20). Sum of RGB (Red+Green+Blue) = 151+17+20=188 (24% of max value = 765). Red value is 151 (59.38% from 255 or 80.32% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 151 - color contains mainly: red. Hex color #971114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971114 is #68EEEB. Grayscale: #393939. Windows color (decimal): -6876908 or 1315223. OLE color: 1315223.

HSL color Cylindrical-coordinate representation of color #971114: hue angle of 358.66º degrees, saturation: 0.8, 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 #971114 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 17 20 -
CMYK 0 0.89 0.87 0.41
HSL 358.66º 0.8% 0.33% -
HSV(B) 358.66º 0.89% 0.59% -
XYZ 13.09 7.03 1.33 -
YUV 57.41 106.89 194.76 -
System Red Green Blue C M Y K H S L
Decimal 151 17 20 0 0.89 0.87 0.41 358.66 0.8 0.33
Hex 97 11 14 0 59 57 29 167 50 21
Octal 227 21 24 0 131 127 51 547 120 41
Binary 10010111 10001 10100 0 1011001 1010111 101001 101100111 1010000 100001

Color Harmonies of #971114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971114

Black with #971114

Text Example


Text Example

White with #971114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971114; }

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

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

background-color css

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

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

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

border-color css

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

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

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