#751309

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

Shades of Falu Red #751309

Tints of Falu Red #751309

Color information

#751309 (or 0x751309) is unknown color: approx Falu Red. HEX triplet: 75, 13 and 09. RGB value is (117,19,9). Sum of RGB (Red+Green+Blue) = 117+19+9=145 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.69% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 117 - color contains mainly: red. Hex color #751309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751309 is #8AECF6. Grayscale: #2F2F2F. Windows color (decimal): -9104631 or 594805. OLE color: 594805.

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

Color convert

RGB117199-
CMYK00.840.920.54
HSL5.56º85.71%24.71%-
HSV(B)5.56º92.31%45.88%-
XYZ7.624.270.68-
YUV47.16106.47177.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 80.69%
GREEN value IS 19 (7.81% from 255) = 13.10%
BLUE value IS 9 (3.91% from 255) = 6.21%
R=80.69%
G=13.10%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11719900.840.920.545.5685.7124.71
Hex751390545C3665619
Octal1652311012413466612631
Binary1110101100111001010101001011100110110110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751309; }

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

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

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

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

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

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

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

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