#752007

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

Shades of Falu Red #752007

Tints of Falu Red #752007

Color information

#752007 (or 0x752007) is unknown color: approx Falu Red. HEX triplet: 75, 20 and 07. RGB value is (117,32,7). Sum of RGB (Red+Green+Blue) = 117+32+7=156 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 7 (3.12% from 255 or 4.49% from 156); Max value from RGB is 117 - color contains mainly: red. Hex color #752007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752007 is #8ADFF8. Grayscale: #363636. Windows color (decimal): -9101305 or 467061. OLE color: 467061.

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

Color convert

RGB117327-
CMYK00.730.940.54
HSL13.64º88.71%24.31%-
HSV(B)13.64º94.02%45.88%-
XYZ7.894.830.72-
YUV54.56101.16172.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 75%
GREEN value IS 32 (12.89% from 255) = 20.51%
BLUE value IS 7 (3.12% from 255) = 4.49%
R=75%
G=20.51%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11732700.730.940.5413.6488.7124.31
Hex752070495E36e5918
Octal1654070111136661613130
Binary11101011000001110100100110111101101101110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752007; }

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

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

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

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

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

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

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

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