#752419

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

Shades of Falu Red #752419

Tints of Falu Red #752419

Color information

#752419 (or 0x752419) is unknown color: approx Falu Red. HEX triplet: 75, 24 and 19. RGB value is (117,36,25). Sum of RGB (Red+Green+Blue) = 117+36+25=178 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.73% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 117 - color contains mainly: red. Hex color #752419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752419 is #8ADBE6. Grayscale: #3B3B3B. Windows color (decimal): -9100263 or 1647733. OLE color: 1647733.

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

Color convert

RGB1173625-
CMYK00.690.790.54
HSL7.17º64.79%27.84%-
HSV(B)7.17º78.63%45.88%-
XYZ8.145.111.48-
YUV58.96108.84169.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 65.73%
GREEN value IS 36 (14.45% from 255) = 20.22%
BLUE value IS 25 (10.16% from 255) = 14.04%
R=65.73%
G=20.22%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117362500.690.790.547.1764.7927.84
Hex7524190454F367411c
Octal1654431010511766710134
Binary111010110010011001010001011001111110110111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752419; }

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

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

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

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

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

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

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

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