#7D2808

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

Shades of Falu Red #7D2808

Tints of Falu Red #7D2808

Color information

#7D2808 (or 0x7D2808) is unknown color: approx Falu Red. HEX triplet: 7D, 28 and 08. RGB value is (125,40,8). Sum of RGB (Red+Green+Blue) = 125+40+8=173 (22% of max value = 765). Red value is 125 (49.22% from 255 or 72.25% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2808 is #82D7F7. Grayscale: #3D3D3D. Windows color (decimal): -8574968 or 534653. OLE color: 534653.

HSL color Cylindrical-coordinate representation of color #7D2808: hue angle of 16.41º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D2808 is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.51.

Color convert

RGB125408-
CMYK00.680.940.51
HSL16.41º87.97%26.08%-
HSV(B)16.41º93.6%49.02%-
XYZ9.265.90.88-
YUV61.7797.66173.1-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 72.25%
GREEN value IS 40 (16.02% from 255) = 23.12%
BLUE value IS 8 (3.52% from 255) = 4.62%
R=72.25%
G=23.12%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.94
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12540800.680.940.5116.4187.9726.08
Hex7D2880445E3310581a
Octal17550100104136632013032
Binary1111101101000100001000100101111011001110000101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,40,8); }

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

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

 a { background-color: rgb(125,40,8); }

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

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

 span { border-color: rgb(125,40,8); }

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