#751E09

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

Shades of Falu Red #751E09

Tints of Falu Red #751E09

Color information

#751E09 (or 0x751E09) is unknown color: approx Falu Red. HEX triplet: 75, 1E and 09. RGB value is (117,30,9). Sum of RGB (Red+Green+Blue) = 117+30+9=156 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 117 - color contains mainly: red. Hex color #751E09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751E09 is #8AE1F6. Grayscale: #353535. Windows color (decimal): -9101815 or 597621. OLE color: 597621.

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

Color convert

RGB117309-
CMYK00.740.920.54
HSL11.67º85.71%24.71%-
HSV(B)11.67º92.31%45.88%-
XYZ7.854.730.76-
YUV53.62102.82173.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 75%
GREEN value IS 30 (12.11% from 255) = 19.23%
BLUE value IS 9 (3.91% from 255) = 5.77%
R=75%
G=19.23%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11730900.740.920.5411.6785.7124.71
Hex751E904A5C36c5619
Octal16536110112134661412631
Binary11101011111010010100101010111001101101100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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