Html Css Color HEX #972004 Falu Red

📋 copy color: '#972004'

red 151 ◦ green 32 ◦ blue 4

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

Shades of Falu Red #972004

Tints of Falu Red #972004

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.11%

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

R = 80.75%
G = 17.11%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#972004 (or 0x972004) is known color: Falu Red. HEX triplet: 97, 20 and 04. RGB value is (151,32,4). Sum of RGB (Red+Green+Blue) = 151+32+4=187 (24% of max value = 765). Red value is 151 (59.38% from 255 or 80.75% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 151 - color contains mainly: red. Hex color #972004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972004 is #68DFFB. Grayscale: #404040. Windows color (decimal): -6873084 or 270487. OLE color: 270487.

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

Color convert

RGB 151 32 4 -
CMYK 0 0.79 0.97 0.41
HSL 11.43º 0.95% 0.3% -
HSV(B) 11.43º 0.97% 0.59% -
XYZ 13.3 7.62 0.88 -
YUV 64.39 93.92 189.78 -
System Red Green Blue C M Y K H S L
Decimal 151 32 4 0 0.79 0.97 0.41 11.43 0.95 0.3
Hex 97 20 4 0 4F 61 29 B 5F 1E
Octal 227 40 4 0 117 141 51 13 137 36
Binary 10010111 100000 100 0 1001111 1100001 101001 1011 1011111 11110

Color Harmonies of #972004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972004

Black with #972004

Text Example


Text Example

White with #972004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972004; }

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

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

background-color css

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

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

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

border-color css

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

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

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