Html Css Color HEX #971705 Dark Red

📋 copy color: '#971705'

red 151 ◦ green 23 ◦ blue 5

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

Shades of Dark Red #971705

Tints of Dark Red #971705

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.85%

 BLUE value IS 5 (2.34% from 255) = 2.79%

R = 84.36%
G = 12.85%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#971705 (or 0x971705) is known color: Dark Red. HEX triplet: 97, 17 and 05. RGB value is (151,23,5). Sum of RGB (Red+Green+Blue) = 151+23+5=179 (23% of max value = 765). Red value is 151 (59.38% from 255 or 84.36% from 179); Green value is 23 (9.38% from 255 or 12.85% from 179); Blue value is 5 (2.34% from 255 or 2.79% from 179); Max value from RGB is 151 - color contains mainly: red. Hex color #971705 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971705 is #68E8FA. Grayscale: #3B3B3B. Windows color (decimal): -6875387 or 333719. OLE color: 333719.

HSL color Cylindrical-coordinate representation of color #971705: hue angle of 7.4º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #971705 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 23 5 -
CMYK 0 0.85 0.97 0.41
HSL 7.4º 0.94% 0.31% -
HSV(B) 7.4º 0.97% 0.59% -
XYZ 13.1 7.2 0.84 -
YUV 59.22 97.41 193.46 -
System Red Green Blue C M Y K H S L
Decimal 151 23 5 0 0.85 0.97 0.41 7.4 0.94 0.31
Hex 97 17 5 0 55 61 29 7 5E 1F
Octal 227 27 5 0 125 141 51 7 136 37
Binary 10010111 10111 101 0 1010101 1100001 101001 111 1011110 11111

Color Harmonies of #971705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971705

Black with #971705

Text Example


Text Example

White with #971705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971705; }

 p { color: rgb(151,23,5); }

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

background-color css

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

 a { background-color: rgb(151,23,5); }

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

border-color css

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

 span { border-color: rgb(151,23,5); }

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