Html Css Color HEX #97010D Sangria

📋 copy color: '#97010D'

red 151 ◦ green 1 ◦ blue 13

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

Shades of Sangria #97010D

Tints of Sangria #97010D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

 BLUE value IS 13 (5.47% from 255) = 7.88%

R = 91.52%
G = 0.61%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#97010D (or 0x97010D) is known color: Sangria. HEX triplet: 97, 01 and 0D. RGB value is (151,1,13). Sum of RGB (Red+Green+Blue) = 151+1+13=165 (21% of max value = 765). Red value is 151 (59.38% from 255 or 91.52% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 151 - color contains mainly: red. Hex color #97010D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97010D is #68FEF2. Grayscale: #2F2F2F. Windows color (decimal): -6881011 or 852375. OLE color: 852375.

HSL color Cylindrical-coordinate representation of color #97010D: hue angle of 355.2º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #97010D is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 1 13 -
CMYK 0 0.99 0.91 0.41
HSL 355.2º 0.99% 0.3% -
HSV(B) 355.2º 0.99% 0.59% -
XYZ 12.85 6.63 0.98 -
YUV 47.22 108.7 202.02 -
System Red Green Blue C M Y K H S L
Decimal 151 1 13 0 0.99 0.91 0.41 355.2 0.99 0.3
Hex 97 1 D 0 63 5B 29 163 63 1E
Octal 227 1 15 0 143 133 51 543 143 36
Binary 10010111 1 1101 0 1100011 1011011 101001 101100011 1100011 11110

Color Harmonies of #97010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97010D

Black with #97010D

Text Example


Text Example

White with #97010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97010D; }

 p { color: rgb(151,1,13); }

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

background-color css

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

 a { background-color: rgb(151,1,13); }

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

border-color css

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

 span { border-color: rgb(151,1,13); }

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