#752119

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

Shades of Falu Red #752119

Tints of Falu Red #752119

Color information

#752119 (or 0x752119) is unknown color: approx Falu Red. HEX triplet: 75, 21 and 19. RGB value is (117,33,25). Sum of RGB (Red+Green+Blue) = 117+33+25=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #752119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752119 is #8ADEE6. Grayscale: #393939. Windows color (decimal): -9101031 or 1646965. OLE color: 1646965.

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

Color convert

RGB1173325-
CMYK00.720.790.54
HSL5.22º64.79%27.84%-
HSV(B)5.22º78.63%45.88%-
XYZ8.064.941.45-
YUV57.2109.83170.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.86%
GREEN value IS 33 (13.28% from 255) = 18.86%
BLUE value IS 25 (10.16% from 255) = 14.29%
R=66.86%
G=18.86%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117332500.720.790.545.2264.7927.84
Hex7521190484F365411c
Octal1654131011011766510134
Binary111010110000111001010010001001111110110101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752119; }

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

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

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

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

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

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

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

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