Html Css Color HEX #7D1311 Falu Red

📋 copy color: '#7D1311'

red 125 ◦ green 19 ◦ blue 17

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

Shades of Falu Red #7D1311

Tints of Falu Red #7D1311

RGB

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

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

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

R = 77.64%
G = 11.8%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7D1311 (or 0x7D1311) is known color: Falu Red. HEX triplet: 7D, 13 and 11. RGB value is (125,19,17). Sum of RGB (Red+Green+Blue) = 125+19+17=161 (21% of max value = 765). Red value is 125 (49.22% from 255 or 77.64% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D1311 is #82ECEE. Grayscale: #323232. Windows color (decimal): -8580335 or 1119101. OLE color: 1119101.

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

Color convert

RGB 125 19 17 -
CMYK 0 0.85 0.86 0.51
HSL 1.11º 0.76% 0.28% -
HSV(B) 1.11º 0.86% 0.49% -
XYZ 8.79 4.87 1.01 -
YUV 50.47 109.12 181.16 -
System Red Green Blue C M Y K H S L
Decimal 125 19 17 0 0.85 0.86 0.51 1.11 0.76 0.28
Hex 7D 13 11 0 55 56 33 1 4C 1C
Octal 175 23 21 0 125 126 63 1 114 34
Binary 1111101 10011 10001 0 1010101 1010110 110011 1 1001100 11100

Color Harmonies of #7D1311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1311

Black with #7D1311

Text Example


Text Example

White with #7D1311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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