#7D1902

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

Shades of Falu Red #7D1902

Tints of Falu Red #7D1902

Color information

#7D1902 (or 0x7D1902) is unknown color: approx Falu Red. HEX triplet: 7D, 19 and 02. RGB value is (125,25,2). Sum of RGB (Red+Green+Blue) = 125+25+2=152 (20% of max value = 765). Red value is 125 (49.22% from 255 or 82.24% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D1902 is #82E6FD. Grayscale: #343434. Windows color (decimal): -8578814 or 137597. OLE color: 137597.

HSL color Cylindrical-coordinate representation of color #7D1902: hue angle of 11.22º 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 #7D1902 is Cyan = 0, Magento = 0.8, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB125252-
CMYK00.80.980.51
HSL11.22º96.85%24.9%-
HSV(B)11.22º98.4%49.02%-
XYZ8.825.060.57-
YUV52.2899.63179.87-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 82.24%
GREEN value IS 25 (10.16% from 255) = 16.45%
BLUE value IS 2 (1.17% from 255) = 1.32%
R=82.24%
G=16.45%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.98
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12525200.80.980.5111.2296.8524.9
Hex7D1920506233b6119
Octal1753120120142631314131
Binary111110111001100101000011000101100111011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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