#751B09

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

Shades of Falu Red #751B09

Tints of Falu Red #751B09

Color information

#751B09 (or 0x751B09) is unknown color: approx Falu Red. HEX triplet: 75, 1B and 09. RGB value is (117,27,9). Sum of RGB (Red+Green+Blue) = 117+27+9=153 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.47% from 153); Green value is 27 (10.94% from 255 or 17.65% from 153); Blue value is 9 (3.91% from 255 or 5.88% from 153); Max value from RGB is 117 - color contains mainly: red. Hex color #751B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751B09 is #8AE4F6. Grayscale: #343434. Windows color (decimal): -9102583 or 596853. OLE color: 596853.

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

Color convert

RGB117279-
CMYK00.770.920.54
HSL10º85.71%24.71%-
HSV(B)10º92.31%45.88%-
XYZ7.784.590.73-
YUV51.86103.82174.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 76.47%
GREEN value IS 27 (10.94% from 255) = 17.65%
BLUE value IS 9 (3.91% from 255) = 5.88%
R=76.47%
G=17.65%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11727900.770.920.541085.7124.71
Hex751B904D5C36a5619
Octal16533110115134661212631
Binary11101011101110010100110110111001101101010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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