#752416

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

Shades of Falu Red #752416

Tints of Falu Red #752416

Color information

#752416 (or 0x752416) is unknown color: approx Falu Red. HEX triplet: 75, 24 and 16. RGB value is (117,36,22). Sum of RGB (Red+Green+Blue) = 117+36+22=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #752416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752416 is #8ADBE9. Grayscale: #3A3A3A. Windows color (decimal): -9100266 or 1451125. OLE color: 1451125.

HSL color Cylindrical-coordinate representation of color #752416: hue angle of 8.84º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #752416 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB1173622-
CMYK00.690.810.54
HSL8.84º68.35%27.25%-
HSV(B)8.84º81.2%45.88%-
XYZ8.115.11.32-
YUV58.62107.34169.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.86%
GREEN value IS 36 (14.45% from 255) = 20.57%
BLUE value IS 22 (8.98% from 255) = 12.57%
R=66.86%
G=20.57%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117362200.690.810.548.8468.3527.25
Hex75241604551369441b
Octal16544260105121661110433
Binary1110101100100101100100010110100011101101001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752416; }

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

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

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

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

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

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

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

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