#752220

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

Shades of Falu Red #752220

Tints of Falu Red #752220

Color information

#752220 (or 0x752220) is unknown color: approx Falu Red. HEX triplet: 75, 22 and 20. RGB value is (117,34,32). Sum of RGB (Red+Green+Blue) = 117+34+32=183 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.93% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 117 - color contains mainly: red. Hex color #752220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752220 is #8ADDDF. Grayscale: #3A3A3A. Windows color (decimal): -9100768 or 2105973. OLE color: 2105973.

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

Color convert

RGB1173432-
CMYK00.710.730.54
HSL1.41º57.05%29.22%-
HSV(B)1.41º72.65%45.88%-
XYZ8.175.031.91-
YUV58.59113169.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 63.93%
GREEN value IS 34 (13.67% from 255) = 18.58%
BLUE value IS 32 (12.89% from 255) = 17.49%
R=63.93%
G=18.58%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117343200.710.730.541.4157.0529.22
Hex75222004749361391d
Octal165424001071116617135
Binary1110101100010100000010001111001001110110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752220; }

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

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

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

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

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

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

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

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