#7D2402

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

Shades of Falu Red #7D2402

Tints of Falu Red #7D2402

Color information

#7D2402 (or 0x7D2402) is unknown color: approx Falu Red. HEX triplet: 7D, 24 and 02. RGB value is (125,36,2). Sum of RGB (Red+Green+Blue) = 125+36+2=163 (21% of max value = 765). Red value is 125 (49.22% from 255 or 76.69% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2402 is #82DBFD. Grayscale: #3A3A3A. Windows color (decimal): -8575998 or 140413. OLE color: 140413.

HSL color Cylindrical-coordinate representation of color #7D2402: hue angle of 16.59º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D2402 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB125362-
CMYK00.710.980.51
HSL16.59º96.85%24.9%-
HSV(B)16.59º98.4%49.02%-
XYZ9.15.630.66-
YUV58.7495.99175.26-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 76.69%
GREEN value IS 36 (14.45% from 255) = 22.09%
BLUE value IS 2 (1.17% from 255) = 1.23%
R=76.69%
G=22.09%
B=1.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.98
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12536200.710.980.5116.5996.8524.9
Hex7D2420476233116119
Octal1754420107142632114131
Binary11111011001001001000111110001011001110001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,36,2); }

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

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

 a { background-color: rgb(125,36,2); }

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

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

 span { border-color: rgb(125,36,2); }

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