Html Css Color HEX #7D2211 Falu Red

📋 copy color: '#7D2211'

red 125 ◦ green 34 ◦ blue 17

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

Shades of Falu Red #7D2211

Tints of Falu Red #7D2211

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.32%

 BLUE value IS 17 (7.03% from 255) = 9.66%

R = 71.02%
G = 19.32%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7D2211 (or 0x7D2211) is known color: Falu Red. HEX triplet: 7D, 22 and 11. RGB value is (125,34,17). Sum of RGB (Red+Green+Blue) = 125+34+17=176 (23% of max value = 765). Red value is 125 (49.22% from 255 or 71.02% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2211 is #82DDEE. Grayscale: #3B3B3B. Windows color (decimal): -8576495 or 1122941. OLE color: 1122941.

HSL color Cylindrical-coordinate representation of color #7D2211: hue angle of 9.44º degrees, saturation: 0.76, 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 #7D2211 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 34 17 -
CMYK 0 0.73 0.86 0.51
HSL 9.44º 0.76% 0.28% -
HSV(B) 9.44º 0.86% 0.49% -
XYZ 9.13 5.54 1.12 -
YUV 59.27 104.15 174.88 -
System Red Green Blue C M Y K H S L
Decimal 125 34 17 0 0.73 0.86 0.51 9.44 0.76 0.28
Hex 7D 22 11 0 49 56 33 9 4C 1C
Octal 175 42 21 0 111 126 63 11 114 34
Binary 1111101 100010 10001 0 1001001 1010110 110011 1001 1001100 11100

Color Harmonies of #7D2211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2211

Black with #7D2211

Text Example


Text Example

White with #7D2211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,34,17); }

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

background-color css

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

 a { background-color: rgb(125,34,17); }

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

border-color css

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

 span { border-color: rgb(125,34,17); }

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