#752006

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

Shades of Falu Red #752006

Tints of Falu Red #752006

Color information

#752006 (or 0x752006) is unknown color: approx Falu Red. HEX triplet: 75, 20 and 06. RGB value is (117,32,6). Sum of RGB (Red+Green+Blue) = 117+32+6=155 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.48% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 117 - color contains mainly: red. Hex color #752006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752006 is #8ADFF9. Grayscale: #363636. Windows color (decimal): -9101306 or 401525. OLE color: 401525.

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

Color convert

RGB117326-
CMYK00.730.950.54
HSL14.05º90.24%24.12%-
HSV(B)14.05º94.87%45.88%-
XYZ7.894.830.69-
YUV54.45100.66172.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 75.48%
GREEN value IS 32 (12.89% from 255) = 20.65%
BLUE value IS 6 (2.73% from 255) = 3.87%
R=75.48%
G=20.65%
B=3.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11732600.730.950.5414.0590.2424.12
Hex752060495F36e5a18
Octal1654060111137661613230
Binary11101011000001100100100110111111101101110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752006; }

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

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

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

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

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

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

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

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