#751C14

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

Shades of Falu Red #751C14

Tints of Falu Red #751C14

Color information

#751C14 (or 0x751C14) is unknown color: approx Falu Red. HEX triplet: 75, 1C and 14. RGB value is (117,28,20). Sum of RGB (Red+Green+Blue) = 117+28+20=165 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.91% from 165); Green value is 28 (11.33% from 255 or 16.97% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 117 - color contains mainly: red. Hex color #751C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751C14 is #8AE3EB. Grayscale: #353535. Windows color (decimal): -9102316 or 1318005. OLE color: 1318005.

HSL color Cylindrical-coordinate representation of color #751C14: hue angle of 4.95º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #751C14 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB1172820-
CMYK00.760.830.54
HSL4.95º70.8%26.86%-
HSV(B)4.95º82.91%45.88%-
XYZ7.884.661.15-
YUV53.7108.99173.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 70.91%
GREEN value IS 28 (11.33% from 255) = 16.97%
BLUE value IS 20 (8.20% from 255) = 12.12%
R=70.91%
G=16.97%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117282000.760.830.544.9570.826.86
Hex751C1404C53365471b
Octal1653424011412366510733
Binary11101011110010100010011001010011110110101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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