#752214

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

Shades of Falu Red #752214

Tints of Falu Red #752214

Color information

#752214 (or 0x752214) is unknown color: approx Falu Red. HEX triplet: 75, 22 and 14. RGB value is (117,34,20). Sum of RGB (Red+Green+Blue) = 117+34+20=171 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.42% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 117 - color contains mainly: red. Hex color #752214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752214 is #8ADDEB. Grayscale: #393939. Windows color (decimal): -9100780 or 1319541. OLE color: 1319541.

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

Color convert

RGB1173420-
CMYK00.710.830.54
HSL8.66º70.8%26.86%-
HSV(B)8.66º82.91%45.88%-
XYZ8.034.981.2-
YUV57.22107170.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 68.42%
GREEN value IS 34 (13.67% from 255) = 19.88%
BLUE value IS 20 (8.20% from 255) = 11.70%
R=68.42%
G=19.88%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117342000.710.830.548.6670.826.86
Hex75221404753369471b
Octal16542240107123661110733
Binary1110101100010101000100011110100111101101001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752214; }

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

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

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

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

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

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

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

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