#751209

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

Shades of Falu Red #751209

Tints of Falu Red #751209

Color information

#751209 (or 0x751209) is unknown color: approx Falu Red. HEX triplet: 75, 12 and 09. RGB value is (117,18,9). Sum of RGB (Red+Green+Blue) = 117+18+9=144 (19% of max value = 765). Red value is 117 (46.09% from 255 or 81.25% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 117 - color contains mainly: red. Hex color #751209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751209 is #8AEDF6. Grayscale: #2E2E2E. Windows color (decimal): -9104887 or 594549. OLE color: 594549.

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

Color convert

RGB117189-
CMYK00.850.920.54
HSL85.71%24.71%-
HSV(B)92.31%45.88%-
XYZ7.64.230.68-
YUV46.58106.8178.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 81.25%
GREEN value IS 18 (7.42% from 255) = 12.5%
BLUE value IS 9 (3.91% from 255) = 6.25%
R=81.25%
G=12.5%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11718900.850.920.54585.7124.71
Hex751290555C3655619
Octal1652211012513466512631
Binary1110101100101001010101011011100110110101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751209; }

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

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

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

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

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

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

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

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