Html Css Color HEX #97010B Sangria

📋 copy color: '#97010B'

red 151 ◦ green 1 ◦ blue 11

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

Shades of Sangria #97010B

Tints of Sangria #97010B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.75%

R = 92.64%
G = 0.61%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#97010B (or 0x97010B) is known color: Sangria. HEX triplet: 97, 01 and 0B. RGB value is (151,1,11). Sum of RGB (Red+Green+Blue) = 151+1+11=163 (21% of max value = 765). Red value is 151 (59.38% from 255 or 92.64% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 151 - color contains mainly: red. Hex color #97010B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97010B is #68FEF4. Grayscale: #2F2F2F. Windows color (decimal): -6881013 or 721303. OLE color: 721303.

HSL color Cylindrical-coordinate representation of color #97010B: hue angle of 356º 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 #97010B is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 1 11 -
CMYK 0 0.99 0.93 0.41
HSL 356º 0.99% 0.3% -
HSV(B) 356º 0.99% 0.59% -
XYZ 12.83 6.63 0.92 -
YUV 46.99 107.7 202.19 -
System Red Green Blue C M Y K H S L
Decimal 151 1 11 0 0.99 0.93 0.41 356 0.99 0.3
Hex 97 1 B 0 63 5D 29 164 63 1E
Octal 227 1 13 0 143 135 51 544 143 36
Binary 10010111 1 1011 0 1100011 1011101 101001 101100100 1100011 11110

Color Harmonies of #97010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97010B

Black with #97010B

Text Example


Text Example

White with #97010B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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