#752010

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

Shades of Falu Red #752010

Tints of Falu Red #752010

Color information

#752010 (or 0x752010) is unknown color: approx Falu Red. HEX triplet: 75, 20 and 10. RGB value is (117,32,16). Sum of RGB (Red+Green+Blue) = 117+32+16=165 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.91% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 117 - color contains mainly: red. Hex color #752010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752010 is #8ADFEF. Grayscale: #373737. Windows color (decimal): -9101296 or 1056885. OLE color: 1056885.

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

Color convert

RGB1173216-
CMYK00.730.860.54
HSL9.5º75.94%26.08%-
HSV(B)9.5º86.32%45.88%-
XYZ7.954.851.01-
YUV55.59105.66171.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 70.91%
GREEN value IS 32 (12.89% from 255) = 19.39%
BLUE value IS 16 (6.64% from 255) = 9.70%
R=70.91%
G=19.39%
B=9.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117321600.730.860.549.575.9426.08
Hex7520100495636a4c1a
Octal16540200111126661211432
Binary1110101100000100000100100110101101101101010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752010; }

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

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

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

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

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

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

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

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