#752001

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

Shades of Falu Red #752001

Tints of Falu Red #752001

Color information

#752001 (or 0x752001) is unknown color: approx Falu Red. HEX triplet: 75, 20 and 01. RGB value is (117,32,1). Sum of RGB (Red+Green+Blue) = 117+32+1=150 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 117 - color contains mainly: red. Hex color #752001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752001 is #8ADFFE. Grayscale: #363636. Windows color (decimal): -9101311 or 73845. OLE color: 73845.

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

Color convert

RGB117321-
CMYK00.730.990.54
HSL16.03º98.31%23.14%-
HSV(B)16.03º99.15%45.88%-
XYZ7.864.820.54-
YUV53.8898.16173.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 78%
GREEN value IS 32 (12.89% from 255) = 21.33%
BLUE value IS 1 (0.78% from 255) = 0.67%
R=78%
G=21.33%
B=0.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11732100.730.990.5416.0398.3123.14
Hex752010496336106217
Octal1654010111143662014227
Binary1110101100000101001001110001111011010000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752001; }

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

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

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

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

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

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

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

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