#7f0c0c

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

Shades of Falu Red #7F0C0C

Tints of Falu Red #7F0C0C

Color information

#7F0C0C (or 0x7F0C0C) is unknown color: approx Falu Red. HEX triplet: 7F, 0C and 0C. RGB value is (127,12,12). Sum of RGB (Red+Green+Blue) = 127+12+12=151 (20% of max value = 765). Red value is 127 (50% from 255 or 84.11% from 151); Green value is 12 (5.08% from 255 or 7.95% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0C0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0C0C is #80F3F3. Grayscale: #2E2E2E. Windows color (decimal): -8451060 or 789631. OLE color: 789631.

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

Color convert

RGB1271212-
CMYK00.910.910.50
HSL82.73%27.25%-
HSV(B)90.55%49.8%-
XYZ8.954.80.8-
YUV46.38108.6185.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 84.11%
GREEN value IS 12 (5.08% from 255) = 7.95%
BLUE value IS 12 (5.08% from 255) = 7.95%
R=84.11%
G=7.95%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127121200.910.910.50082.7327.25
Hex7FCC05B5B320531b
Octal1771414013313362012333
Binary1111111110011000101101110110111100100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f0c0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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