#751311

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

Shades of Falu Red #751311

Tints of Falu Red #751311

Color information

#751311 (or 0x751311) is unknown color: approx Falu Red. HEX triplet: 75, 13 and 11. RGB value is (117,19,17). Sum of RGB (Red+Green+Blue) = 117+19+17=153 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.47% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 117 - color contains mainly: red. Hex color #751311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751311 is #8AECEE. Grayscale: #303030. Windows color (decimal): -9104623 or 1119093. OLE color: 1119093.

HSL color Cylindrical-coordinate representation of color #751311: hue angle of 1.2º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751311 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB1171917-
CMYK00.840.850.54
HSL1.2º74.63%26.27%-
HSV(B)1.2º85.47%45.88%-
XYZ7.674.290.95-
YUV48.07110.47177.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 76.47%
GREEN value IS 19 (7.81% from 255) = 12.42%
BLUE value IS 17 (7.03% from 255) = 11.11%
R=76.47%
G=12.42%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117191700.840.850.541.274.6326.27
Hex751311054553614b1a
Octal1652321012412566111332
Binary111010110011100010101010010101011101101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751311; }

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

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

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

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

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

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

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

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