Html Css Color HEX #970606 Dark Red

📋 copy color: '#970606'

red 151 ◦ green 6 ◦ blue 6

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

Shades of Dark Red #970606

Tints of Dark Red #970606

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.68%

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

R = 92.64%
G = 3.68%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#970606 (or 0x970606) is known color: Dark Red. HEX triplet: 97, 06 and 06. RGB value is (151,6,6). Sum of RGB (Red+Green+Blue) = 151+6+6=163 (21% of max value = 765). Red value is 151 (59.38% from 255 or 92.64% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 151 - color contains mainly: red. Hex color #970606 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970606 is #68F9F9. Grayscale: #313131. Windows color (decimal): -6879738 or 394903. OLE color: 394903.

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

Color convert

RGB 151 6 6 -
CMYK 0 0.96 0.96 0.41
HSL 0.92% 0.31% -
HSV(B) 0.96% 0.59% -
XYZ 12.86 6.72 0.79 -
YUV 49.36 103.54 200.5 -
System Red Green Blue C M Y K H S L
Decimal 151 6 6 0 0.96 0.96 0.41 0 0.92 0.31
Hex 97 6 6 0 60 60 29 0 5C 1F
Octal 227 6 6 0 140 140 51 0 134 37
Binary 10010111 110 110 0 1100000 1100000 101001 0 1011100 11111

Color Harmonies of #970606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970606

Black with #970606

Text Example


Text Example

White with #970606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970606; }

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

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

background-color css

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

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

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

border-color css

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

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

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