#7D2612

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

Shades of Falu Red #7D2612

Tints of Falu Red #7D2612

Color information

#7D2612 (or 0x7D2612) is unknown color: approx Falu Red. HEX triplet: 7D, 26 and 12. RGB value is (125,38,18). Sum of RGB (Red+Green+Blue) = 125+38+18=181 (23% of max value = 765). Red value is 125 (49.22% from 255 or 69.06% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2612 is #82D9ED. Grayscale: #3D3D3D. Windows color (decimal): -8575470 or 1189501. OLE color: 1189501.

HSL color Cylindrical-coordinate representation of color #7D2612: hue angle of 11.21º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D2612 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB1253818-
CMYK00.700.860.51
HSL11.21º74.83%28.04%-
HSV(B)11.21º85.6%49.02%-
XYZ9.265.791.2-
YUV61.73103.32173.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 69.06%
GREEN value IS 38 (15.23% from 255) = 20.99%
BLUE value IS 18 (7.42% from 255) = 9.94%
R=69.06%
G=20.99%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125381800.700.860.5111.2174.8328.04
Hex7D26120465633b4b1c
Octal17546220106126631311334
Binary1111101100110100100100011010101101100111011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,38,18); }

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

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

 a { background-color: rgb(125,38,18); }

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

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

 span { border-color: rgb(125,38,18); }

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