#7D2218

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

Shades of Falu Red #7D2218

Tints of Falu Red #7D2218

Color information

#7D2218 (or 0x7D2218) is unknown color: approx Falu Red. HEX triplet: 7D, 22 and 18. RGB value is (125,34,24). Sum of RGB (Red+Green+Blue) = 125+34+24=183 (24% of max value = 765). Red value is 125 (49.22% from 255 or 68.31% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2218 is #82DDE7. Grayscale: #3C3C3C. Windows color (decimal): -8576488 or 1581693. OLE color: 1581693.

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

Color convert

RGB1253424-
CMYK00.730.810.51
HSL5.94º67.79%29.22%-
HSV(B)5.94º80.8%49.02%-
XYZ9.195.571.45-
YUV60.07107.65174.31-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 68.31%
GREEN value IS 34 (13.67% from 255) = 18.58%
BLUE value IS 24 (9.77% from 255) = 13.11%
R=68.31%
G=18.58%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125342400.730.810.515.9467.7929.22
Hex7D221804951336441d
Octal1754230011112163610435
Binary111110110001011000010010011010001110011110100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,34,24); }

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

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

 a { background-color: rgb(125,34,24); }

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

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

 span { border-color: rgb(125,34,24); }

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