#7F180C

Color #7F180C Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #7F180C

Tints of Falu Red #7F180C

Color information

#7F180C (or 0x7F180C) is unknown color: approx Falu Red. HEX triplet: 7F, 18 and 0C. RGB value is (127,24,12). Sum of RGB (Red+Green+Blue) = 127+24+12=163 (21% of max value = 765). Red value is 127 (50% from 255 or 77.91% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 127 - color contains mainly: red. Hex color #7F180C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F180C is #80E7F3. Grayscale: #353535. Windows color (decimal): -8447988 or 792703. OLE color: 792703.

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

Color convert

RGB1272412-
CMYK00.810.910.50
HSL6.26º82.73%27.25%-
HSV(B)6.26º90.55%49.8%-
XYZ9.155.190.87-
YUV53.43104.62180.48-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 77.91%
GREEN value IS 24 (9.77% from 255) = 14.72%
BLUE value IS 12 (5.08% from 255) = 7.36%
R=77.91%
G=14.72%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127241200.810.910.506.2682.7327.25
Hex7F18C0515B326531b
Octal1773014012113362612333
Binary1111111110001100010100011011011110010110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,24,12); }

 H1.HeaderClassName
 {
   color: #7F180C;
 }
 .AnyTagClassName
 {
   color: #7F180C;
 }
</style>
background-color css

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

 a { background-color: rgb(127,24,12); }

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

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

 span { border-color: rgb(127,24,12); }

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