Html Css Color HEX #971006 Dark Red

📋 copy color: '#971006'

red 151 ◦ green 16 ◦ blue 6

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

Shades of Dark Red #971006

Tints of Dark Red #971006

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.25%

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

R = 87.28%
G = 9.25%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#971006 (or 0x971006) is known color: Dark Red. HEX triplet: 97, 10 and 06. RGB value is (151,16,6). Sum of RGB (Red+Green+Blue) = 151+16+6=173 (22% of max value = 765). Red value is 151 (59.38% from 255 or 87.28% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 6 (2.73% from 255 or 3.47% from 173); Max value from RGB is 151 - color contains mainly: red. Hex color #971006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971006 is #68EFF9. Grayscale: #373737. Windows color (decimal): -6877178 or 397463. OLE color: 397463.

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

Color convert

RGB 151 16 6 -
CMYK 0 0.89 0.96 0.41
HSL 4.14º 0.92% 0.31% -
HSV(B) 4.14º 0.96% 0.59% -
XYZ 12.98 6.96 0.83 -
YUV 55.23 100.23 196.31 -
System Red Green Blue C M Y K H S L
Decimal 151 16 6 0 0.89 0.96 0.41 4.14 0.92 0.31
Hex 97 10 6 0 59 60 29 4 5C 1F
Octal 227 20 6 0 131 140 51 4 134 37
Binary 10010111 10000 110 0 1011001 1100000 101001 100 1011100 11111

Color Harmonies of #971006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971006

Black with #971006

Text Example


Text Example

White with #971006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971006; }

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

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

background-color css

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

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

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

border-color css

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

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

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