Html Css Color HEX #7D210B Falu Red

📋 copy color: '#7D210B'

red 125 ◦ green 33 ◦ blue 11

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

Shades of Falu Red #7D210B

Tints of Falu Red #7D210B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.51%

R = 73.96%
G = 19.53%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#7D210B (or 0x7D210B) is known color: Falu Red. HEX triplet: 7D, 21 and 0B. RGB value is (125,33,11). Sum of RGB (Red+Green+Blue) = 125+33+11=169 (22% of max value = 765). Red value is 125 (49.22% from 255 or 73.96% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 125 - color contains mainly: red. Hex color #7D210B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D210B is #82DEF4. Grayscale: #3A3A3A. Windows color (decimal): -8576757 or 729469. OLE color: 729469.

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

Color convert

RGB 125 33 11 -
CMYK 0 0.74 0.91 0.51
HSL 11.58º 0.84% 0.27% -
HSV(B) 11.58º 0.91% 0.49% -
XYZ 9.06 5.47 0.9 -
YUV 58 101.48 175.79 -
System Red Green Blue C M Y K H S L
Decimal 125 33 11 0 0.74 0.91 0.51 11.58 0.84 0.27
Hex 7D 21 B 0 4A 5B 33 C 54 1B
Octal 175 41 13 0 112 133 63 14 124 33
Binary 1111101 100001 1011 0 1001010 1011011 110011 1100 1010100 11011

Color Harmonies of #7D210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D210B

Black with #7D210B

Text Example


Text Example

White with #7D210B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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