Html Css Color HEX #970900 Dark Red

📋 copy color: '#970900'

red 151 ◦ green 9 ◦ blue 0

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

Shades of Dark Red #970900

Tints of Dark Red #970900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.63%

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

R = 94.38%
G = 5.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#970900 (or 0x970900) is known color: Dark Red. HEX triplet: 97, 09 and 00. RGB value is (151,9,0). Sum of RGB (Red+Green+Blue) = 151+9+0=160 (21% of max value = 765). Red value is 151 (59.38% from 255 or 94.38% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 151 - color contains mainly: red. Hex color #970900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970900 is #68F6FF. Grayscale: #323232. Windows color (decimal): -6878976 or 2455. OLE color: 2455.

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

Color convert

RGB 151 9 0 -
CMYK 0 0.94 1 0.41
HSL 3.58º 1% 0.3% -
HSV(B) 3.58º 1% 0.59% -
XYZ 12.86 6.77 0.63 -
YUV 50.43 99.54 199.73 -
System Red Green Blue C M Y K H S L
Decimal 151 9 0 0 0.94 1 0.41 3.58 1 0.3
Hex 97 9 0 0 5E 64 29 4 64 1E
Octal 227 11 0 0 136 144 51 4 144 36
Binary 10010111 1001 0 0 1011110 1100100 101001 100 1100100 11110

Color Harmonies of #970900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970900

Black with #970900

Text Example


Text Example

White with #970900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970900; }

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

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

background-color css

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

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

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

border-color css

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

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

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