Html Css Color HEX #7D1D04 Falu Red

📋 copy color: '#7D1D04'

red 125 ◦ green 29 ◦ blue 4

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

Shades of Falu Red #7D1D04

Tints of Falu Red #7D1D04

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.35%

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

R = 79.11%
G = 18.35%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#7D1D04 (or 0x7D1D04) is known color: Falu Red. HEX triplet: 7D, 1D and 04. RGB value is (125,29,4). Sum of RGB (Red+Green+Blue) = 125+29+4=158 (20% of max value = 765). Red value is 125 (49.22% from 255 or 79.11% from 158); Green value is 29 (11.72% from 255 or 18.35% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D1D04 is #82E2FB. Grayscale: #373737. Windows color (decimal): -8577788 or 269693. OLE color: 269693.

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

Color convert

RGB 125 29 4 -
CMYK 0 0.77 0.97 0.51
HSL 12.4º 0.94% 0.25% -
HSV(B) 12.4º 0.97% 0.49% -
XYZ 8.92 5.25 0.66 -
YUV 54.85 99.3 178.03 -
System Red Green Blue C M Y K H S L
Decimal 125 29 4 0 0.77 0.97 0.51 12.4 0.94 0.25
Hex 7D 1D 4 0 4D 61 33 C 5E 19
Octal 175 35 4 0 115 141 63 14 136 31
Binary 1111101 11101 100 0 1001101 1100001 110011 1100 1011110 11001

Color Harmonies of #7D1D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1D04

Black with #7D1D04

Text Example


Text Example

White with #7D1D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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