#752301

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

Shades of Falu Red #752301

Tints of Falu Red #752301

Color information

#752301 (or 0x752301) is unknown color: approx Falu Red. HEX triplet: 75, 23 and 01. RGB value is (117,35,1). Sum of RGB (Red+Green+Blue) = 117+35+1=153 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.47% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 117 - color contains mainly: red. Hex color #752301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752301 is #8ADCFE. Grayscale: #373737. Windows color (decimal): -9100543 or 74613. OLE color: 74613.

HSL color Cylindrical-coordinate representation of color #752301: hue angle of 17.59º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #752301 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB117351-
CMYK00.700.990.54
HSL17.59º98.31%23.14%-
HSV(B)17.59º99.15%45.88%-
XYZ7.944.990.57-
YUV55.6497.17171.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 76.47%
GREEN value IS 35 (14.06% from 255) = 22.88%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=76.47%
G=22.88%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11735100.700.990.5417.5998.3123.14
Hex752310466336126217
Octal1654310106143662214227
Binary1110101100011101000110110001111011010010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752301; }

 p { color: rgb(117,35,1); }

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

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

 a { background-color: rgb(117,35,1); }

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

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

 span { border-color: rgb(117,35,1); }

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