#752120

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

Shades of Falu Red #752120

Tints of Falu Red #752120

Color information

#752120 (or 0x752120) is unknown color: approx Falu Red. HEX triplet: 75, 21 and 20. RGB value is (117,33,32). Sum of RGB (Red+Green+Blue) = 117+33+32=182 (24% of max value = 765). Red value is 117 (46.09% from 255 or 64.29% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 117 - color contains mainly: red. Hex color #752120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752120 is #8ADEDF. Grayscale: #3A3A3A. Windows color (decimal): -9101024 or 2105717. OLE color: 2105717.

HSL color Cylindrical-coordinate representation of color #752120: hue angle of 0.71º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752120 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB1173332-
CMYK00.720.730.54
HSL0.71º57.05%29.22%-
HSV(B)0.71º72.65%45.88%-
XYZ8.144.971.9-
YUV58113.33170.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 64.29%
GREEN value IS 33 (13.28% from 255) = 18.13%
BLUE value IS 32 (12.89% from 255) = 17.58%
R=64.29%
G=18.13%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117333200.720.730.540.7157.0529.22
Hex75212004849361391d
Octal165414001101116617135
Binary1110101100001100000010010001001001110110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752120; }

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

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

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

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

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

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

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

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