Html Css Color HEX #7D130F Falu Red

📋 copy color: '#7D130F'

red 125 ◦ green 19 ◦ blue 15

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

Shades of Falu Red #7D130F

Tints of Falu Red #7D130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.95%

 BLUE value IS 15 (6.25% from 255) = 9.43%

R = 78.62%
G = 11.95%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#7D130F (or 0x7D130F) is known color: Falu Red. HEX triplet: 7D, 13 and 0F. RGB value is (125,19,15). Sum of RGB (Red+Green+Blue) = 125+19+15=159 (21% of max value = 765). Red value is 125 (49.22% from 255 or 78.62% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 125 - color contains mainly: red. Hex color #7D130F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D130F is #82ECF0. Grayscale: #323232. Windows color (decimal): -8580337 or 988029. OLE color: 988029.

HSL color Cylindrical-coordinate representation of color #7D130F: hue angle of 2.18º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D130F is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 19 15 -
CMYK 0 0.85 0.88 0.51
HSL 2.18º 0.79% 0.27% -
HSV(B) 2.18º 0.88% 0.49% -
XYZ 8.78 4.86 0.93 -
YUV 50.24 108.12 181.33 -
System Red Green Blue C M Y K H S L
Decimal 125 19 15 0 0.85 0.88 0.51 2.18 0.79 0.27
Hex 7D 13 F 0 55 58 33 2 4F 1B
Octal 175 23 17 0 125 130 63 2 117 33
Binary 1111101 10011 1111 0 1010101 1011000 110011 10 1001111 11011

Color Harmonies of #7D130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D130F

Black with #7D130F

Text Example


Text Example

White with #7D130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,19,15); }

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

background-color css

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

 a { background-color: rgb(125,19,15); }

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

border-color css

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

 span { border-color: rgb(125,19,15); }

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