#752413

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

Shades of Falu Red #752413

Tints of Falu Red #752413

Color information

#752413 (or 0x752413) is unknown color: approx Falu Red. HEX triplet: 75, 24 and 13. RGB value is (117,36,19). Sum of RGB (Red+Green+Blue) = 117+36+19=172 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.02% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 117 - color contains mainly: red. Hex color #752413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752413 is #8ADBEC. Grayscale: #3A3A3A. Windows color (decimal): -9100269 or 1254517. OLE color: 1254517.

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

Color convert

RGB1173619-
CMYK00.690.840.54
HSL10.41º72.06%26.67%-
HSV(B)10.41º83.76%45.88%-
XYZ8.085.091.17-
YUV58.28105.84169.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 68.02%
GREEN value IS 36 (14.45% from 255) = 20.93%
BLUE value IS 19 (7.81% from 255) = 11.05%
R=68.02%
G=20.93%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117361900.690.840.5410.4172.0626.67
Hex7524130455436a481b
Octal16544230105124661211033
Binary1110101100100100110100010110101001101101010100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752413; }

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

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

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

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

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

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

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

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