Html Css Color HEX #971013 Sangria

📋 copy color: '#971013'

red 151 ◦ green 16 ◦ blue 19

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

Shades of Sangria #971013

Tints of Sangria #971013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.22%

R = 81.18%
G = 8.6%
B = 10.22%

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

#971013 (or 0x971013) is known color: Sangria. HEX triplet: 97, 10 and 13. RGB value is (151,16,19). Sum of RGB (Red+Green+Blue) = 151+16+19=186 (24% of max value = 765). Red value is 151 (59.38% from 255 or 81.18% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 151 - color contains mainly: red. Hex color #971013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971013 is #68EFEC. Grayscale: #383838. Windows color (decimal): -6877165 or 1249431. OLE color: 1249431.

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

Color convert

RGB 151 16 19 -
CMYK 0 0.89 0.87 0.41
HSL 358.67º 0.81% 0.33% -
HSV(B) 358.67º 0.89% 0.59% -
XYZ 13.07 7 1.28 -
YUV 56.71 106.73 195.26 -
System Red Green Blue C M Y K H S L
Decimal 151 16 19 0 0.89 0.87 0.41 358.67 0.81 0.33
Hex 97 10 13 0 59 57 29 167 51 21
Octal 227 20 23 0 131 127 51 547 121 41
Binary 10010111 10000 10011 0 1011001 1010111 101001 101100111 1010001 100001

Color Harmonies of #971013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971013

Black with #971013

Text Example


Text Example

White with #971013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971013; }

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

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

background-color css

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

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

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

border-color css

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

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

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