Html Css Color HEX #7F1909 Falu Red

📋 copy color: '#7F1909'

red 127 ◦ green 25 ◦ blue 9

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

Shades of Falu Red #7F1909

Tints of Falu Red #7F1909

RGB

 RED value IS 127 (50% from 255) = 78.88%

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

 BLUE value IS 9 (3.91% from 255) = 5.59%

R = 78.88%
G = 15.53%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.50

RGB Variations

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

Color information

#7F1909 (or 0x7F1909) is known color: Falu Red. HEX triplet: 7F, 19 and 09. RGB value is (127,25,9). Sum of RGB (Red+Green+Blue) = 127+25+9=161 (21% of max value = 765). Red value is 127 (50% from 255 or 78.88% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1909 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F1909 is #80E6F6. Grayscale: #353535. Windows color (decimal): -8447735 or 596351. OLE color: 596351.

HSL color Cylindrical-coordinate representation of color #7F1909: hue angle of 8.14º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F1909 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 25 9 -
CMYK 0 0.80 0.93 0.50
HSL 8.14º 0.87% 0.27% -
HSV(B) 8.14º 0.93% 0.5% -
XYZ 9.15 5.23 0.79 -
YUV 53.67 102.79 180.3 -
System Red Green Blue C M Y K H S L
Decimal 127 25 9 0 0.80 0.93 0.50 8.14 0.87 0.27
Hex 7F 19 9 0 50 5D 32 8 57 1B
Octal 177 31 11 0 120 135 62 10 127 33
Binary 1111111 11001 1001 0 1010000 1011101 110010 1000 1010111 11011

Color Harmonies of #7F1909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1909

Black with #7F1909

Text Example


Text Example

White with #7F1909

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,25,9); }

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

background-color css

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

 a { background-color: rgb(127,25,9); }

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

border-color css

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

 span { border-color: rgb(127,25,9); }

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