Html Css Color HEX #971406 Dark Red

📋 copy color: '#971406'

red 151 ◦ green 20 ◦ blue 6

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

Shades of Dark Red #971406

Tints of Dark Red #971406

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.3%

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

R = 85.31%
G = 11.3%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#971406 (or 0x971406) is known color: Dark Red. HEX triplet: 97, 14 and 06. RGB value is (151,20,6). Sum of RGB (Red+Green+Blue) = 151+20+6=177 (23% of max value = 765). Red value is 151 (59.38% from 255 or 85.31% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 151 - color contains mainly: red. Hex color #971406 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971406 is #68EBF9. Grayscale: #393939. Windows color (decimal): -6876154 or 398487. OLE color: 398487.

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

Color convert

RGB 151 20 6 -
CMYK 0 0.87 0.96 0.41
HSL 5.79º 0.92% 0.31% -
HSV(B) 5.79º 0.96% 0.59% -
XYZ 13.05 7.09 0.85 -
YUV 57.57 98.9 194.64 -
System Red Green Blue C M Y K H S L
Decimal 151 20 6 0 0.87 0.96 0.41 5.79 0.92 0.31
Hex 97 14 6 0 57 60 29 6 5C 1F
Octal 227 24 6 0 127 140 51 6 134 37
Binary 10010111 10100 110 0 1010111 1100000 101001 110 1011100 11111

Color Harmonies of #971406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971406

Black with #971406

Text Example


Text Example

White with #971406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971406; }

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

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

background-color css

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

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

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

border-color css

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

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

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