#752105

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

Shades of Falu Red #752105

Tints of Falu Red #752105

Color information

#752105 (or 0x752105) is unknown color: approx Falu Red. HEX triplet: 75, 21 and 05. RGB value is (117,33,5). Sum of RGB (Red+Green+Blue) = 117+33+5=155 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.48% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 117 - color contains mainly: red. Hex color #752105 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752105 is #8ADEFA. Grayscale: #373737. Windows color (decimal): -9101051 or 336245. OLE color: 336245.

HSL color Cylindrical-coordinate representation of color #752105: hue angle of 15º 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 #752105 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB117335-
CMYK00.720.960.54
HSL15º91.8%23.92%-
HSV(B)15º95.73%45.88%-
XYZ7.914.880.67-
YUV54.9299.83172.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 75.48%
GREEN value IS 33 (13.28% from 255) = 21.29%
BLUE value IS 5 (2.34% from 255) = 3.23%
R=75.48%
G=21.29%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11733500.720.960.541591.823.92
Hex752150486036f5c18
Octal1654150110140661713430
Binary11101011000011010100100011000001101101111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752105; }

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

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

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

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

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

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

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

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