#751E13

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

Shades of Falu Red #751E13

Tints of Falu Red #751E13

Color information

#751E13 (or 0x751E13) is unknown color: approx Falu Red. HEX triplet: 75, 1E and 13. RGB value is (117,30,19). Sum of RGB (Red+Green+Blue) = 117+30+19=166 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.48% from 166); Green value is 30 (12.11% from 255 or 18.07% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 117 - color contains mainly: red. Hex color #751E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751E13 is #8AE1EC. Grayscale: #363636. Windows color (decimal): -9101805 or 1252981. OLE color: 1252981.

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

Color convert

RGB1173019-
CMYK00.740.840.54
HSL6.73º72.06%26.67%-
HSV(B)6.73º83.76%45.88%-
XYZ7.924.761.12-
YUV54.76107.82172.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 70.48%
GREEN value IS 30 (12.11% from 255) = 18.07%
BLUE value IS 19 (7.81% from 255) = 11.45%
R=70.48%
G=18.07%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117301900.740.840.546.7372.0626.67
Hex751E1304A54367481b
Octal1653623011212466711033
Binary11101011111010011010010101010100110110111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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