Html Css Color HEX #970600 Dark Red

📋 copy color: '#970600'

red 151 ◦ green 6 ◦ blue 0

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

Shades of Dark Red #970600

Tints of Dark Red #970600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 96.18%
G = 3.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#970600 (or 0x970600) is known color: Dark Red. HEX triplet: 97, 06 and 00. RGB value is (151,6,0). Sum of RGB (Red+Green+Blue) = 151+6+0=157 (20% of max value = 765). Red value is 151 (59.38% from 255 or 96.18% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 151 - color contains mainly: red. Hex color #970600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970600 is #68F9FF. Grayscale: #303030. Windows color (decimal): -6879744 or 1687. OLE color: 1687.

HSL color Cylindrical-coordinate representation of color #970600: hue angle of 2.38º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #970600 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 6 0 -
CMYK 0 0.96 1 0.41
HSL 2.38º 1% 0.3% -
HSV(B) 2.38º 1% 0.59% -
XYZ 12.83 6.71 0.62 -
YUV 48.67 100.54 200.99 -
System Red Green Blue C M Y K H S L
Decimal 151 6 0 0 0.96 1 0.41 2.38 1 0.3
Hex 97 6 0 0 60 64 29 2 64 1E
Octal 227 6 0 0 140 144 51 2 144 36
Binary 10010111 110 0 0 1100000 1100100 101001 10 1100100 11110

Color Harmonies of #970600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970600

Black with #970600

Text Example


Text Example

White with #970600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970600; }

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

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

background-color css

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

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

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

border-color css

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

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

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