Html Css Color HEX #97100A Dark Red

📋 copy color: '#97100A'

red 151 ◦ green 16 ◦ blue 10

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

Shades of Dark Red #97100A

Tints of Dark Red #97100A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.65%

R = 85.31%
G = 9.04%
B = 5.65%

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

#97100A (or 0x97100A) is known color: Dark Red. HEX triplet: 97, 10 and 0A. RGB value is (151,16,10). Sum of RGB (Red+Green+Blue) = 151+16+10=177 (23% of max value = 765). Red value is 151 (59.38% from 255 or 85.31% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 151 - color contains mainly: red. Hex color #97100A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97100A is #68EFF5. Grayscale: #373737. Windows color (decimal): -6877174 or 659607. OLE color: 659607.

HSL color Cylindrical-coordinate representation of color #97100A: hue angle of 2.55º degrees, saturation: 0.88, 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 #97100A is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 16 10 -
CMYK 0 0.89 0.93 0.41
HSL 2.55º 0.88% 0.32% -
HSV(B) 2.55º 0.93% 0.59% -
XYZ 13 6.97 0.95 -
YUV 55.68 102.23 195.99 -
System Red Green Blue C M Y K H S L
Decimal 151 16 10 0 0.89 0.93 0.41 2.55 0.88 0.32
Hex 97 10 A 0 59 5D 29 3 58 20
Octal 227 20 12 0 131 135 51 3 130 40
Binary 10010111 10000 1010 0 1011001 1011101 101001 11 1011000 100000

Color Harmonies of #97100A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97100A

Black with #97100A

Text Example


Text Example

White with #97100A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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