Html Css Color HEX #97100B Dark Red

📋 copy color: '#97100B'

red 151 ◦ green 16 ◦ blue 11

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

Shades of Dark Red #97100B

Tints of Dark Red #97100B

RGB

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

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

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

R = 84.83%
G = 8.99%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#97100B (or 0x97100B) is known color: Dark Red. HEX triplet: 97, 10 and 0B. RGB value is (151,16,11). Sum of RGB (Red+Green+Blue) = 151+16+11=178 (23% of max value = 765). Red value is 151 (59.38% from 255 or 84.83% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 11 (4.69% from 255 or 6.18% from 178); Max value from RGB is 151 - color contains mainly: red. Hex color #97100B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97100B is #68EFF4. Grayscale: #373737. Windows color (decimal): -6877173 or 725143. OLE color: 725143.

HSL color Cylindrical-coordinate representation of color #97100B: hue angle of 2.14º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #97100B is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 16 11 -
CMYK 0 0.89 0.93 0.41
HSL 2.14º 0.86% 0.32% -
HSV(B) 2.14º 0.93% 0.59% -
XYZ 13.01 6.97 0.98 -
YUV 55.8 102.73 195.91 -
System Red Green Blue C M Y K H S L
Decimal 151 16 11 0 0.89 0.93 0.41 2.14 0.86 0.32
Hex 97 10 B 0 59 5D 29 2 56 20
Octal 227 20 13 0 131 135 51 2 126 40
Binary 10010111 10000 1011 0 1011001 1011101 101001 10 1010110 100000

Color Harmonies of #97100B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97100B

Black with #97100B

Text Example


Text Example

White with #97100B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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