Html Css Color HEX #971500 Dark Red

📋 copy color: '#971500'

red 151 ◦ green 21 ◦ blue 0

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

Shades of Dark Red #971500

Tints of Dark Red #971500

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.21%

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

R = 87.79%
G = 12.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#971500 (or 0x971500) is known color: Dark Red. HEX triplet: 97, 15 and 00. RGB value is (151,21,0). Sum of RGB (Red+Green+Blue) = 151+21+0=172 (22% of max value = 765). Red value is 151 (59.38% from 255 or 87.79% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 151 - color contains mainly: red. Hex color #971500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971500 is #68EAFF. Grayscale: #393939. Windows color (decimal): -6875904 or 5527. OLE color: 5527.

HSL color Cylindrical-coordinate representation of color #971500: hue angle of 8.34º 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 #971500 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 21 0 -
CMYK 0 0.86 1 0.41
HSL 8.34º 1% 0.3% -
HSV(B) 8.34º 1% 0.59% -
XYZ 13.03 7.12 0.69 -
YUV 57.48 95.57 194.71 -
System Red Green Blue C M Y K H S L
Decimal 151 21 0 0 0.86 1 0.41 8.34 1 0.3
Hex 97 15 0 0 56 64 29 8 64 1E
Octal 227 25 0 0 126 144 51 10 144 36
Binary 10010111 10101 0 0 1010110 1100100 101001 1000 1100100 11110

Color Harmonies of #971500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971500

Black with #971500

Text Example


Text Example

White with #971500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971500; }

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

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

background-color css

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

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

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

border-color css

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

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

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