Html Css Color HEX #7F1109 Falu Red

📋 copy color: '#7F1109'

red 127 ◦ green 17 ◦ blue 9

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

Shades of Falu Red #7F1109

Tints of Falu Red #7F1109

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.11%

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

R = 83.01%
G = 11.11%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.50

RGB Variations

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

Color information

#7F1109 (or 0x7F1109) is known color: Falu Red. HEX triplet: 7F, 11 and 09. RGB value is (127,17,9). Sum of RGB (Red+Green+Blue) = 127+17+9=153 (20% of max value = 765). Red value is 127 (50% from 255 or 83.01% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 9 (3.91% from 255 or 5.88% from 153); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F1109 is #80EEF6. Grayscale: #313131. Windows color (decimal): -8449783 or 594303. OLE color: 594303.

HSL color Cylindrical-coordinate representation of color #7F1109: hue angle of 4.07º 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 #7F1109 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 17 9 -
CMYK 0 0.87 0.93 0.50
HSL 4.07º 0.87% 0.27% -
HSV(B) 4.07º 0.93% 0.5% -
XYZ 9 4.93 0.74 -
YUV 48.98 105.44 183.65 -
System Red Green Blue C M Y K H S L
Decimal 127 17 9 0 0.87 0.93 0.50 4.07 0.87 0.27
Hex 7F 11 9 0 57 5D 32 4 57 1B
Octal 177 21 11 0 127 135 62 4 127 33
Binary 1111111 10001 1001 0 1010111 1011101 110010 100 1010111 11011

Color Harmonies of #7F1109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1109

Black with #7F1109

Text Example


Text Example

White with #7F1109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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