Html Css Color HEX #7D2112 Falu Red

📋 copy color: '#7D2112'

red 125 ◦ green 33 ◦ blue 18

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

Shades of Falu Red #7D2112

Tints of Falu Red #7D2112

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.75%

 BLUE value IS 18 (7.42% from 255) = 10.23%

R = 71.02%
G = 18.75%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7D2112 (or 0x7D2112) is known color: Falu Red. HEX triplet: 7D, 21 and 12. RGB value is (125,33,18). Sum of RGB (Red+Green+Blue) = 125+33+18=176 (23% of max value = 765). Red value is 125 (49.22% from 255 or 71.02% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2112 is #82DEED. Grayscale: #3A3A3A. Windows color (decimal): -8576750 or 1188221. OLE color: 1188221.

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

Color convert

RGB 125 33 18 -
CMYK 0 0.74 0.86 0.51
HSL 8.41º 0.75% 0.28% -
HSV(B) 8.41º 0.86% 0.49% -
XYZ 9.11 5.49 1.15 -
YUV 58.8 104.98 175.22 -
System Red Green Blue C M Y K H S L
Decimal 125 33 18 0 0.74 0.86 0.51 8.41 0.75 0.28
Hex 7D 21 12 0 4A 56 33 8 4B 1C
Octal 175 41 22 0 112 126 63 10 113 34
Binary 1111101 100001 10010 0 1001010 1010110 110011 1000 1001011 11100

Color Harmonies of #7D2112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2112

Black with #7D2112

Text Example


Text Example

White with #7D2112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,33,18); }

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

background-color css

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

 a { background-color: rgb(125,33,18); }

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

border-color css

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

 span { border-color: rgb(125,33,18); }

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