Html Css Color HEX #971806 Dark Red

📋 copy color: '#971806'

red 151 ◦ green 24 ◦ blue 6

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

Shades of Dark Red #971806

Tints of Dark Red #971806

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.26%

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

R = 83.43%
G = 13.26%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#971806 (or 0x971806) is known color: Dark Red. HEX triplet: 97, 18 and 06. RGB value is (151,24,6). Sum of RGB (Red+Green+Blue) = 151+24+6=181 (23% of max value = 765). Red value is 151 (59.38% from 255 or 83.43% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 6 (2.73% from 255 or 3.31% from 181); Max value from RGB is 151 - color contains mainly: red. Hex color #971806 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971806 is #68E7F9. Grayscale: #3C3C3C. Windows color (decimal): -6875130 or 399511. OLE color: 399511.

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

Color convert

RGB 151 24 6 -
CMYK 0 0.84 0.96 0.41
HSL 7.45º 0.92% 0.31% -
HSV(B) 7.45º 0.96% 0.59% -
XYZ 13.12 7.25 0.88 -
YUV 59.92 97.58 192.96 -
System Red Green Blue C M Y K H S L
Decimal 151 24 6 0 0.84 0.96 0.41 7.45 0.92 0.31
Hex 97 18 6 0 54 60 29 7 5C 1F
Octal 227 30 6 0 124 140 51 7 134 37
Binary 10010111 11000 110 0 1010100 1100000 101001 111 1011100 11111

Color Harmonies of #971806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971806

Black with #971806

Text Example


Text Example

White with #971806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971806; }

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

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

background-color css

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

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

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

border-color css

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

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

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