#751C13

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

Shades of Falu Red #751C13

Tints of Falu Red #751C13

Color information

#751C13 (or 0x751C13) is unknown color: approx Falu Red. HEX triplet: 75, 1C and 13. RGB value is (117,28,19). Sum of RGB (Red+Green+Blue) = 117+28+19=164 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.34% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 117 - color contains mainly: red. Hex color #751C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751C13 is #8AE3EC. Grayscale: #353535. Windows color (decimal): -9102317 or 1252469. OLE color: 1252469.

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

Color convert

RGB1172819-
CMYK00.760.840.54
HSL5.51º72.06%26.67%-
HSV(B)5.51º83.76%45.88%-
XYZ7.874.661.1-
YUV53.58108.49173.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 71.34%
GREEN value IS 28 (11.33% from 255) = 17.07%
BLUE value IS 19 (7.81% from 255) = 11.59%
R=71.34%
G=17.07%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117281900.760.840.545.5172.0626.67
Hex751C1304C54366481b
Octal1653423011412466611033
Binary11101011110010011010011001010100110110110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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