#7F280F

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

Shades of Falu Red #7F280F

Tints of Falu Red #7F280F

Color information

#7F280F (or 0x7F280F) is unknown color: approx Falu Red. HEX triplet: 7F, 28 and 0F. RGB value is (127,40,15). Sum of RGB (Red+Green+Blue) = 127+40+15=182 (24% of max value = 765). Red value is 127 (50% from 255 or 69.78% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 127 - color contains mainly: red. Hex color #7F280F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F280F is #80D7F0. Grayscale: #3F3F3F. Windows color (decimal): -8443889 or 993407. OLE color: 993407.

HSL color Cylindrical-coordinate representation of color #7F280F: hue angle of 13.39º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F280F is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB1274015-
CMYK00.690.880.50
HSL13.39º78.87%27.84%-
HSV(B)13.39º88.19%49.8%-
XYZ9.66.061.12-
YUV63.16100.82173.53-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 69.78%
GREEN value IS 40 (16.02% from 255) = 21.98%
BLUE value IS 15 (6.25% from 255) = 8.24%
R=69.78%
G=21.98%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.88
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127401500.690.880.5013.3978.8727.84
Hex7F28F0455832d4f1c
Octal17750170105130621511734
Binary111111110100011110100010110110001100101101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F280F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,40,15); }

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

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

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

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

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

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

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