#752018

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

Shades of Falu Red #752018

Tints of Falu Red #752018

Color information

#752018 (or 0x752018) is unknown color: approx Falu Red. HEX triplet: 75, 20 and 18. RGB value is (117,32,24). Sum of RGB (Red+Green+Blue) = 117+32+24=173 (22% of max value = 765). Red value is 117 (46.09% from 255 or 67.63% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 24 (9.77% from 255 or 13.87% from 173); Max value from RGB is 117 - color contains mainly: red. Hex color #752018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752018 is #8ADFE7. Grayscale: #383838. Windows color (decimal): -9101288 or 1581173. OLE color: 1581173.

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

Color convert

RGB1173224-
CMYK00.730.790.54
HSL5.16º65.96%27.65%-
HSV(B)5.16º79.49%45.88%-
XYZ8.024.881.38-
YUV56.5109.66171.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 67.63%
GREEN value IS 32 (12.89% from 255) = 18.50%
BLUE value IS 24 (9.77% from 255) = 13.87%
R=67.63%
G=18.50%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117322400.730.790.545.1665.9627.65
Hex7520180494F365421c
Octal1654030011111766510234
Binary111010110000011000010010011001111110110101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752018; }

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

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

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

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

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

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

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

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