#751E15

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

Shades of Falu Red #751E15

Tints of Falu Red #751E15

Color information

#751E15 (or 0x751E15) is unknown color: approx Falu Red. HEX triplet: 75, 1E and 15. RGB value is (117,30,21). Sum of RGB (Red+Green+Blue) = 117+30+21=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #751E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751E15 is #8AE1EA. Grayscale: #373737. Windows color (decimal): -9101803 or 1384053. OLE color: 1384053.

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

Color convert

RGB1173021-
CMYK00.740.820.54
HSL5.62º69.57%27.06%-
HSV(B)5.62º82.05%45.88%-
XYZ7.944.761.21-
YUV54.99108.82172.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 69.64%
GREEN value IS 30 (12.11% from 255) = 17.86%
BLUE value IS 21 (8.59% from 255) = 12.5%
R=69.64%
G=17.86%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117302100.740.820.545.6269.5727.06
Hex751E1504A52366461b
Octal1653625011212266610633
Binary11101011111010101010010101010010110110110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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