Html Css Color HEX #7D190B Falu Red

📋 copy color: '#7D190B'

red 125 ◦ green 25 ◦ blue 11

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

Shades of Falu Red #7D190B

Tints of Falu Red #7D190B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.53%

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

R = 77.64%
G = 15.53%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#7D190B (or 0x7D190B) is known color: Falu Red. HEX triplet: 7D, 19 and 0B. RGB value is (125,25,11). Sum of RGB (Red+Green+Blue) = 125+25+11=161 (21% of max value = 765). Red value is 125 (49.22% from 255 or 77.64% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 125 - color contains mainly: red. Hex color #7D190B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D190B is #82E6F4. Grayscale: #353535. Windows color (decimal): -8578805 or 727421. OLE color: 727421.

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

Color convert

RGB 125 25 11 -
CMYK 0 0.8 0.91 0.51
HSL 7.37º 0.84% 0.27% -
HSV(B) 7.37º 0.91% 0.49% -
XYZ 8.87 5.08 0.83 -
YUV 53.3 104.13 179.14 -
System Red Green Blue C M Y K H S L
Decimal 125 25 11 0 0.8 0.91 0.51 7.37 0.84 0.27
Hex 7D 19 B 0 50 5B 33 7 54 1B
Octal 175 31 13 0 120 133 63 7 124 33
Binary 1111101 11001 1011 0 1010000 1011011 110011 111 1010100 11011

Color Harmonies of #7D190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D190B

Black with #7D190B

Text Example


Text Example

White with #7D190B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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