#752414

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

Shades of Falu Red #752414

Tints of Falu Red #752414

Color information

#752414 (or 0x752414) is unknown color: approx Falu Red. HEX triplet: 75, 24 and 14. RGB value is (117,36,20). Sum of RGB (Red+Green+Blue) = 117+36+20=173 (22% of max value = 765). Red value is 117 (46.09% from 255 or 67.63% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 117 - color contains mainly: red. Hex color #752414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752414 is #8ADBEB. Grayscale: #3A3A3A. Windows color (decimal): -9100268 or 1320053. OLE color: 1320053.

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

Color convert

RGB1173620-
CMYK00.690.830.54
HSL9.9º70.8%26.86%-
HSV(B)9.9º82.91%45.88%-
XYZ8.095.091.22-
YUV58.4106.34169.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 67.63%
GREEN value IS 36 (14.45% from 255) = 20.81%
BLUE value IS 20 (8.20% from 255) = 11.56%
R=67.63%
G=20.81%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117362000.690.830.549.970.826.86
Hex7524140455336a471b
Octal16544240105123661210733
Binary1110101100100101000100010110100111101101010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752414; }

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

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

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

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

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

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

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

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