Html Css Color HEX #7D2004 Falu Red

📋 copy color: '#7D2004'

red 125 ◦ green 32 ◦ blue 4

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

Shades of Falu Red #7D2004

Tints of Falu Red #7D2004

RGB

 RED value IS 125 (49.22% from 255) = 77.64%

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

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

R = 77.64%
G = 19.88%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#7D2004 (or 0x7D2004) is known color: Falu Red. HEX triplet: 7D, 20 and 04. RGB value is (125,32,4). Sum of RGB (Red+Green+Blue) = 125+32+4=161 (21% of max value = 765). Red value is 125 (49.22% from 255 or 77.64% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2004 is #82DFFB. Grayscale: #383838. Windows color (decimal): -8577020 or 270461. OLE color: 270461.

HSL color Cylindrical-coordinate representation of color #7D2004: hue angle of 13.88º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7D2004 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 32 4 -
CMYK 0 0.74 0.97 0.51
HSL 13.88º 0.94% 0.25% -
HSV(B) 13.88º 0.97% 0.49% -
XYZ 9 5.4 0.68 -
YUV 56.62 98.31 176.78 -
System Red Green Blue C M Y K H S L
Decimal 125 32 4 0 0.74 0.97 0.51 13.88 0.94 0.25
Hex 7D 20 4 0 4A 61 33 E 5E 19
Octal 175 40 4 0 112 141 63 16 136 31
Binary 1111101 100000 100 0 1001010 1100001 110011 1110 1011110 11001

Color Harmonies of #7D2004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2004

Black with #7D2004

Text Example


Text Example

White with #7D2004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D2004; }

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

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

background-color css

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

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

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

border-color css

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

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

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