Html Css Color HEX #971904 Dark Red

📋 copy color: '#971904'

red 151 ◦ green 25 ◦ blue 4

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

Shades of Dark Red #971904

Tints of Dark Red #971904

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.89%

 BLUE value IS 4 (1.95% from 255) = 2.22%

R = 83.89%
G = 13.89%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#971904 (or 0x971904) is known color: Dark Red. HEX triplet: 97, 19 and 04. RGB value is (151,25,4). Sum of RGB (Red+Green+Blue) = 151+25+4=180 (23% of max value = 765). Red value is 151 (59.38% from 255 or 83.89% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 4 (1.95% from 255 or 2.22% from 180); Max value from RGB is 151 - color contains mainly: red. Hex color #971904 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971904 is #68E6FB. Grayscale: #3C3C3C. Windows color (decimal): -6874876 or 268695. OLE color: 268695.

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

Color convert

RGB 151 25 4 -
CMYK 0 0.83 0.97 0.41
HSL 8.57º 0.95% 0.3% -
HSV(B) 8.57º 0.97% 0.59% -
XYZ 13.13 7.28 0.83 -
YUV 60.28 96.24 192.71 -
System Red Green Blue C M Y K H S L
Decimal 151 25 4 0 0.83 0.97 0.41 8.57 0.95 0.3
Hex 97 19 4 0 53 61 29 9 5F 1E
Octal 227 31 4 0 123 141 51 11 137 36
Binary 10010111 11001 100 0 1010011 1100001 101001 1001 1011111 11110

Color Harmonies of #971904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971904

Black with #971904

Text Example


Text Example

White with #971904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971904; }

 p { color: rgb(151,25,4); }

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

background-color css

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

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

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

border-color css

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

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

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