#751C12

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

Shades of Falu Red #751C12

Tints of Falu Red #751C12

Color information

#751C12 (or 0x751C12) is unknown color: approx Falu Red. HEX triplet: 75, 1C and 12. RGB value is (117,28,18). Sum of RGB (Red+Green+Blue) = 117+28+18=163 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.78% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 117 - color contains mainly: red. Hex color #751C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751C12 is #8AE3ED. Grayscale: #353535. Windows color (decimal): -9102318 or 1186933. OLE color: 1186933.

HSL color Cylindrical-coordinate representation of color #751C12: hue angle of 6.06º degrees, saturation: 0.73, 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 #751C12 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB1172818-
CMYK00.760.850.54
HSL6.06º73.33%26.47%-
HSV(B)6.06º84.62%45.88%-
XYZ7.864.661.06-
YUV53.47107.99173.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 71.78%
GREEN value IS 28 (11.33% from 255) = 17.18%
BLUE value IS 18 (7.42% from 255) = 11.04%
R=71.78%
G=17.18%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117281800.760.850.546.0673.3326.47
Hex751C1204C55366491a
Octal1653422011412566611132
Binary11101011110010010010011001010101110110110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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