#751D13

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

Shades of Falu Red #751D13

Tints of Falu Red #751D13

Color information

#751D13 (or 0x751D13) is unknown color: approx Falu Red. HEX triplet: 75, 1D and 13. RGB value is (117,29,19). Sum of RGB (Red+Green+Blue) = 117+29+19=165 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.91% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 117 - color contains mainly: red. Hex color #751D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751D13 is #8AE2EC. Grayscale: #363636. Windows color (decimal): -9102061 or 1252725. OLE color: 1252725.

HSL color Cylindrical-coordinate representation of color #751D13: hue angle of 6.12º 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 #751D13 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB1172919-
CMYK00.750.840.54
HSL6.12º72.06%26.67%-
HSV(B)6.12º83.76%45.88%-
XYZ7.894.711.11-
YUV54.17108.15172.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 70.91%
GREEN value IS 29 (11.72% from 255) = 17.58%
BLUE value IS 19 (7.81% from 255) = 11.52%
R=70.91%
G=17.58%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117291900.750.840.546.1272.0626.67
Hex751D1304B54366481b
Octal1653523011312466611033
Binary11101011110110011010010111010100110110110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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