#751D14

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

Shades of Falu Red #751D14

Tints of Falu Red #751D14

Color information

#751D14 (or 0x751D14) is unknown color: approx Falu Red. HEX triplet: 75, 1D and 14. RGB value is (117,29,20). Sum of RGB (Red+Green+Blue) = 117+29+20=166 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.48% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 117 - color contains mainly: red. Hex color #751D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751D14 is #8AE2EB. Grayscale: #363636. Windows color (decimal): -9102060 or 1318261. OLE color: 1318261.

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

Color convert

RGB1172920-
CMYK00.750.830.54
HSL5.57º70.8%26.86%-
HSV(B)5.57º82.91%45.88%-
XYZ7.94.711.15-
YUV54.29108.65172.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 70.48%
GREEN value IS 29 (11.72% from 255) = 17.47%
BLUE value IS 20 (8.20% from 255) = 12.05%
R=70.48%
G=17.47%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117292000.750.830.545.5770.826.86
Hex751D1404B53366471b
Octal1653524011312366610733
Binary11101011110110100010010111010011110110110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,29,20); }

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

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

 a { background-color: rgb(117,29,20); }

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

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

 span { border-color: rgb(117,29,20); }

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