Html Css Color HEX #971314 Sangria

📋 copy color: '#971314'

red 151 ◦ green 19 ◦ blue 20

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

Shades of Sangria #971314

Tints of Sangria #971314

RGB

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

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

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

R = 79.47%
G = 10%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#971314 (or 0x971314) is known color: Sangria. HEX triplet: 97, 13 and 14. RGB value is (151,19,20). Sum of RGB (Red+Green+Blue) = 151+19+20=190 (25% of max value = 765). Red value is 151 (59.38% from 255 or 79.47% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 151 - color contains mainly: red. Hex color #971314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971314 is #68ECEB. Grayscale: #3A3A3A. Windows color (decimal): -6876396 or 1315735. OLE color: 1315735.

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

Color convert

RGB 151 19 20 -
CMYK 0 0.87 0.87 0.41
HSL 359.55º 0.78% 0.33% -
HSV(B) 359.55º 0.87% 0.59% -
XYZ 13.12 7.1 1.34 -
YUV 58.58 106.23 193.92 -
System Red Green Blue C M Y K H S L
Decimal 151 19 20 0 0.87 0.87 0.41 359.55 0.78 0.33
Hex 97 13 14 0 57 57 29 168 4E 21
Octal 227 23 24 0 127 127 51 550 116 41
Binary 10010111 10011 10100 0 1010111 1010111 101001 101101000 1001110 100001

Color Harmonies of #971314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971314

Black with #971314

Text Example


Text Example

White with #971314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971314; }

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

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

background-color css

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

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

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

border-color css

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

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

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