#751E16

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

Shades of Falu Red #751E16

Tints of Falu Red #751E16

Color information

#751E16 (or 0x751E16) is unknown color: approx Falu Red. HEX triplet: 75, 1E and 16. RGB value is (117,30,22). Sum of RGB (Red+Green+Blue) = 117+30+22=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 30 (12.11% from 255 or 17.75% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #751E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751E16 is #8AE1E9. Grayscale: #373737. Windows color (decimal): -9101802 or 1449589. OLE color: 1449589.

HSL color Cylindrical-coordinate representation of color #751E16: hue angle of 5.05º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #751E16 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB1173022-
CMYK00.740.810.54
HSL5.05º68.35%27.25%-
HSV(B)5.05º81.2%45.88%-
XYZ7.954.771.26-
YUV55.1109.32172.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 69.23%
GREEN value IS 30 (12.11% from 255) = 17.75%
BLUE value IS 22 (8.98% from 255) = 13.02%
R=69.23%
G=17.75%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117302200.740.810.545.0568.3527.25
Hex751E1604A51365441b
Octal1653626011212166510433
Binary11101011111010110010010101010001110110101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751E16; }

 p { color: rgb(117,30,22); }

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

<style>
 a { background-color: #751E16; }

 a { background-color: rgb(117,30,22); }

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

<style>
 span { border-color: #751E16; }

 span { border-color: rgb(117,30,22); }

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