Html Css Color HEX #971706 Dark Red

📋 copy color: '#971706'

red 151 ◦ green 23 ◦ blue 6

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

Shades of Dark Red #971706

Tints of Dark Red #971706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.33%

R = 83.89%
G = 12.78%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#971706 (or 0x971706) is known color: Dark Red. HEX triplet: 97, 17 and 06. RGB value is (151,23,6). Sum of RGB (Red+Green+Blue) = 151+23+6=180 (23% of max value = 765). Red value is 151 (59.38% from 255 or 83.89% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 6 (2.73% from 255 or 3.33% from 180); Max value from RGB is 151 - color contains mainly: red. Hex color #971706 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971706 is #68E8F9. Grayscale: #3B3B3B. Windows color (decimal): -6875386 or 399255. OLE color: 399255.

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

Color convert

RGB 151 23 6 -
CMYK 0 0.85 0.96 0.41
HSL 7.03º 0.92% 0.31% -
HSV(B) 7.03º 0.96% 0.59% -
XYZ 13.1 7.21 0.87 -
YUV 59.33 97.91 193.38 -
System Red Green Blue C M Y K H S L
Decimal 151 23 6 0 0.85 0.96 0.41 7.03 0.92 0.31
Hex 97 17 6 0 55 60 29 7 5C 1F
Octal 227 27 6 0 125 140 51 7 134 37
Binary 10010111 10111 110 0 1010101 1100000 101001 111 1011100 11111

Color Harmonies of #971706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971706

Black with #971706

Text Example


Text Example

White with #971706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971706; }

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

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

background-color css

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

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

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

border-color css

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

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

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