Html Css Color HEX #7D1610 Falu Red

📋 copy color: '#7D1610'

red 125 ◦ green 22 ◦ blue 16

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

Shades of Falu Red #7D1610

Tints of Falu Red #7D1610

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.5%

 BLUE value IS 16 (6.64% from 255) = 9.82%

R = 76.69%
G = 13.5%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.51

RGB Variations

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

Color information

#7D1610 (or 0x7D1610) is known color: Falu Red. HEX triplet: 7D, 16 and 10. RGB value is (125,22,16). Sum of RGB (Red+Green+Blue) = 125+22+16=163 (21% of max value = 765). Red value is 125 (49.22% from 255 or 76.69% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D1610 is #82E9EF. Grayscale: #343434. Windows color (decimal): -8579568 or 1054333. OLE color: 1054333.

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

Color convert

RGB 125 22 16 -
CMYK 0 0.82 0.87 0.51
HSL 3.3º 0.77% 0.28% -
HSV(B) 3.3º 0.87% 0.49% -
XYZ 8.84 4.97 0.98 -
YUV 52.11 107.62 179.99 -
System Red Green Blue C M Y K H S L
Decimal 125 22 16 0 0.82 0.87 0.51 3.3 0.77 0.28
Hex 7D 16 10 0 52 57 33 3 4D 1C
Octal 175 26 20 0 122 127 63 3 115 34
Binary 1111101 10110 10000 0 1010010 1010111 110011 11 1001101 11100

Color Harmonies of #7D1610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1610

Black with #7D1610

Text Example


Text Example

White with #7D1610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,22,16); }

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

background-color css

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

 a { background-color: rgb(125,22,16); }

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

border-color css

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

 span { border-color: rgb(125,22,16); }

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