#752217

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

Shades of Falu Red #752217

Tints of Falu Red #752217

Color information

#752217 (or 0x752217) is unknown color: approx Falu Red. HEX triplet: 75, 22 and 17. RGB value is (117,34,23). Sum of RGB (Red+Green+Blue) = 117+34+23=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 23 (9.38% from 255 or 13.22% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #752217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752217 is #8ADDE8. Grayscale: #393939. Windows color (decimal): -9100777 or 1516149. OLE color: 1516149.

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

Color convert

RGB1173423-
CMYK00.710.800.54
HSL7.02º67.14%27.45%-
HSV(B)7.02º80.34%45.88%-
XYZ8.064.991.35-
YUV57.56108.5170.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 67.24%
GREEN value IS 34 (13.67% from 255) = 19.54%
BLUE value IS 23 (9.38% from 255) = 13.22%
R=67.24%
G=19.54%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117342300.710.800.547.0267.1427.45
Hex75221704750367431b
Octal1654227010712066710333
Binary111010110001010111010001111010000110110111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752217; }

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

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

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

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

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

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

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

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