Html Css Color HEX #972000 Dark Red

📋 copy color: '#972000'

red 151 ◦ green 32 ◦ blue 0

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

Shades of Dark Red #972000

Tints of Dark Red #972000

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.49%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.51%
G = 17.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#972000 (or 0x972000) is known color: Dark Red. HEX triplet: 97, 20 and 00. RGB value is (151,32,0). Sum of RGB (Red+Green+Blue) = 151+32+0=183 (24% of max value = 765). Red value is 151 (59.38% from 255 or 82.51% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 151 - color contains mainly: red. Hex color #972000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972000 is #68DFFF. Grayscale: #404040. Windows color (decimal): -6873088 or 8343. OLE color: 8343.

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

Color convert

RGB 151 32 0 -
CMYK 0 0.79 1 0.41
HSL 12.72º 1% 0.3% -
HSV(B) 12.72º 1% 0.59% -
XYZ 13.28 7.61 0.77 -
YUV 63.93 91.92 190.1 -
System Red Green Blue C M Y K H S L
Decimal 151 32 0 0 0.79 1 0.41 12.72 1 0.3
Hex 97 20 0 0 4F 64 29 D 64 1E
Octal 227 40 0 0 117 144 51 15 144 36
Binary 10010111 100000 0 0 1001111 1100100 101001 1101 1100100 11110

Color Harmonies of #972000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972000

Black with #972000

Text Example


Text Example

White with #972000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972000; }

 p { color: rgb(151,32,0); }

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

background-color css

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

 a { background-color: rgb(151,32,0); }

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

border-color css

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

 span { border-color: rgb(151,32,0); }

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