Html Css Color HEX #7F1309 Falu Red

📋 copy color: '#7F1309'

red 127 ◦ green 19 ◦ blue 9

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

Shades of Falu Red #7F1309

Tints of Falu Red #7F1309

RGB

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

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

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

R = 81.94%
G = 12.26%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.50

RGB Variations

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

Color information

#7F1309 (or 0x7F1309) is known color: Falu Red. HEX triplet: 7F, 13 and 09. RGB value is (127,19,9). Sum of RGB (Red+Green+Blue) = 127+19+9=155 (20% of max value = 765). Red value is 127 (50% from 255 or 81.94% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F1309 is #80ECF6. Grayscale: #323232. Windows color (decimal): -8449271 or 594815. OLE color: 594815.

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

Color convert

RGB 127 19 9 -
CMYK 0 0.85 0.93 0.50
HSL 5.08º 0.87% 0.27% -
HSV(B) 5.08º 0.93% 0.5% -
XYZ 9.03 5 0.75 -
YUV 50.15 104.78 182.81 -
System Red Green Blue C M Y K H S L
Decimal 127 19 9 0 0.85 0.93 0.50 5.08 0.87 0.27
Hex 7F 13 9 0 55 5D 32 5 57 1B
Octal 177 23 11 0 125 135 62 5 127 33
Binary 1111111 10011 1001 0 1010101 1011101 110010 101 1010111 11011

Color Harmonies of #7F1309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1309

Black with #7F1309

Text Example


Text Example

White with #7F1309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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