#751a17

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

Shades of Falu Red #751A17

Tints of Falu Red #751A17

Color information

#751A17 (or 0x751A17) is unknown color: approx Falu Red. HEX triplet: 75, 1A and 17. RGB value is (117,26,23). Sum of RGB (Red+Green+Blue) = 117+26+23=166 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.48% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 117 - color contains mainly: red. Hex color #751A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751A17 is #8AE5E8. Grayscale: #343434. Windows color (decimal): -9102825 or 1514101. OLE color: 1514101.

HSL color Cylindrical-coordinate representation of color #751A17: hue angle of 1.91º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751A17 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB1172623-
CMYK00.780.800.54
HSL1.91º67.14%27.45%-
HSV(B)1.91º80.34%45.88%-
XYZ7.864.581.28-
YUV52.87111.15173.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 70.48%
GREEN value IS 26 (10.55% from 255) = 15.66%
BLUE value IS 23 (9.38% from 255) = 13.86%
R=70.48%
G=15.66%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117262300.780.800.541.9167.1427.45
Hex751A1704E50362431b
Octal1653227011612066210333
Binary1110101110101011101001110101000011011010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751a17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,26,23); }

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

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

 a { background-color: rgb(117,26,23); }

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

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

 span { border-color: rgb(117,26,23); }

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