Html Css Color HEX #7D290D Falu Red

📋 copy color: '#7D290D'

red 125 ◦ green 41 ◦ blue 13

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

Shades of Falu Red #7D290D

Tints of Falu Red #7D290D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.91%

 BLUE value IS 13 (5.47% from 255) = 7.26%

R = 69.83%
G = 22.91%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#7D290D (or 0x7D290D) is known color: Falu Red. HEX triplet: 7D, 29 and 0D. RGB value is (125,41,13). Sum of RGB (Red+Green+Blue) = 125+41+13=179 (23% of max value = 765). Red value is 125 (49.22% from 255 or 69.83% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 13 (5.47% from 255 or 7.26% from 179); Max value from RGB is 125 - color contains mainly: red. Hex color #7D290D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D290D is #82D6F2. Grayscale: #3F3F3F. Windows color (decimal): -8574707 or 862589. OLE color: 862589.

HSL color Cylindrical-coordinate representation of color #7D290D: hue angle of 15º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D290D is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 41 13 -
CMYK 0 0.67 0.90 0.51
HSL 15º 0.81% 0.27% -
HSV(B) 15º 0.9% 0.49% -
XYZ 9.32 5.97 1.04 -
YUV 62.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 125 41 13 0 0.67 0.90 0.51 15 0.81 0.27
Hex 7D 29 D 0 43 5A 33 F 51 1B
Octal 175 51 15 0 103 132 63 17 121 33
Binary 1111101 101001 1101 0 1000011 1011010 110011 1111 1010001 11011

Color Harmonies of #7D290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D290D

Black with #7D290D

Text Example


Text Example

White with #7D290D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,41,13); }

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

background-color css

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

 a { background-color: rgb(125,41,13); }

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

border-color css

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

 span { border-color: rgb(125,41,13); }

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