Html Css Color HEX #971906 Dark Red

📋 copy color: '#971906'

red 151 ◦ green 25 ◦ blue 6

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

Shades of Dark Red #971906

Tints of Dark Red #971906

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.74%

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

R = 82.97%
G = 13.74%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#971906 (or 0x971906) is known color: Dark Red. HEX triplet: 97, 19 and 06. RGB value is (151,25,6). Sum of RGB (Red+Green+Blue) = 151+25+6=182 (24% of max value = 765). Red value is 151 (59.38% from 255 or 82.97% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 6 (2.73% from 255 or 3.30% from 182); Max value from RGB is 151 - color contains mainly: red. Hex color #971906 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971906 is #68E6F9. Grayscale: #3C3C3C. Windows color (decimal): -6874874 or 399767. OLE color: 399767.

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

Color convert

RGB 151 25 6 -
CMYK 0 0.83 0.96 0.41
HSL 7.86º 0.92% 0.31% -
HSV(B) 7.86º 0.96% 0.59% -
XYZ 13.14 7.29 0.89 -
YUV 60.51 97.24 192.54 -
System Red Green Blue C M Y K H S L
Decimal 151 25 6 0 0.83 0.96 0.41 7.86 0.92 0.31
Hex 97 19 6 0 53 60 29 8 5C 1F
Octal 227 31 6 0 123 140 51 10 134 37
Binary 10010111 11001 110 0 1010011 1100000 101001 1000 1011100 11111

Color Harmonies of #971906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971906

Black with #971906

Text Example


Text Example

White with #971906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971906; }

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

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

background-color css

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

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

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

border-color css

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

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

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