Html Css Color HEX #7D1E1A Falu Red

📋 copy color: '#7D1E1A'

red 125 ◦ green 30 ◦ blue 26

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

Shades of Falu Red #7D1E1A

Tints of Falu Red #7D1E1A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.57%

 BLUE value IS 26 (10.55% from 255) = 14.36%

R = 69.06%
G = 16.57%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.51

RGB Variations

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

Color information

#7D1E1A (or 0x7D1E1A) is known color: Falu Red. HEX triplet: 7D, 1E and 1A. RGB value is (125,30,26). Sum of RGB (Red+Green+Blue) = 125+30+26=181 (23% of max value = 765). Red value is 125 (49.22% from 255 or 69.06% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1E1A is #82E1E5. Grayscale: #3A3A3A. Windows color (decimal): -8577510 or 1711741. OLE color: 1711741.

HSL color Cylindrical-coordinate representation of color #7D1E1A: hue angle of 2.42º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7D1E1A is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 30 26 -
CMYK 0 0.76 0.79 0.51
HSL 2.42º 0.66% 0.3% -
HSV(B) 2.42º 0.79% 0.49% -
XYZ 9.11 5.36 1.53 -
YUV 57.95 109.97 175.83 -
System Red Green Blue C M Y K H S L
Decimal 125 30 26 0 0.76 0.79 0.51 2.42 0.66 0.3
Hex 7D 1E 1A 0 4C 4F 33 2 42 1E
Octal 175 36 32 0 114 117 63 2 102 36
Binary 1111101 11110 11010 0 1001100 1001111 110011 10 1000010 11110

Color Harmonies of #7D1E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1E1A

Black with #7D1E1A

Text Example


Text Example

White with #7D1E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,30,26); }

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

background-color css

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

 a { background-color: rgb(125,30,26); }

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

border-color css

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

 span { border-color: rgb(125,30,26); }

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