#7F250C

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

Shades of Falu Red #7F250C

Tints of Falu Red #7F250C

Color information

#7F250C (or 0x7F250C) is unknown color: approx Falu Red. HEX triplet: 7F, 25 and 0C. RGB value is (127,37,12). Sum of RGB (Red+Green+Blue) = 127+37+12=176 (23% of max value = 765). Red value is 127 (50% from 255 or 72.16% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 127 - color contains mainly: red. Hex color #7F250C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F250C is #80DAF3. Grayscale: #3D3D3D. Windows color (decimal): -8444660 or 796031. OLE color: 796031.

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

Color convert

RGB1273712-
CMYK00.710.910.50
HSL13.04º82.73%27.25%-
HSV(B)13.04º90.55%49.8%-
XYZ9.485.860.98-
YUV61.06100.32175.03-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 72.16%
GREEN value IS 37 (14.84% from 255) = 21.02%
BLUE value IS 12 (5.08% from 255) = 6.82%
R=72.16%
G=21.02%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127371200.710.910.5013.0482.7327.25
Hex7F25C0475B32d531b
Octal17745140107133621512333
Binary111111110010111000100011110110111100101101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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