#752005

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

Shades of Falu Red #752005

Tints of Falu Red #752005

Color information

#752005 (or 0x752005) is unknown color: approx Falu Red. HEX triplet: 75, 20 and 05. RGB value is (117,32,5). Sum of RGB (Red+Green+Blue) = 117+32+5=154 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.97% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 5 (2.34% from 255 or 3.25% from 154); Max value from RGB is 117 - color contains mainly: red. Hex color #752005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752005 is #8ADFFA. Grayscale: #363636. Windows color (decimal): -9101307 or 335989. OLE color: 335989.

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

Color convert

RGB117325-
CMYK00.730.960.54
HSL14.46º91.8%23.92%-
HSV(B)14.46º95.73%45.88%-
XYZ7.884.830.66-
YUV54.34100.16172.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 75.97%
GREEN value IS 32 (12.89% from 255) = 20.78%
BLUE value IS 5 (2.34% from 255) = 3.25%
R=75.97%
G=20.78%
B=3.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11732500.730.960.5414.4691.823.92
Hex752050496036e5c18
Octal1654050111140661613430
Binary11101011000001010100100111000001101101110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752005; }

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

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

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

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

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

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

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

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