#732006

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

Shades of Falu Red #732006

Tints of Falu Red #732006

Color information

#732006 (or 0x732006) is unknown color: approx Falu Red. HEX triplet: 73, 20 and 06. RGB value is (115,32,6). Sum of RGB (Red+Green+Blue) = 115+32+6=153 (20% of max value = 765). Red value is 115 (45.31% from 255 or 75.16% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 115 - color contains mainly: red. Hex color #732006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732006 is #8CDFF9. Grayscale: #363636. Windows color (decimal): -9232378 or 401523. OLE color: 401523.

HSL color Cylindrical-coordinate representation of color #732006: hue angle of 14.31º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #732006 is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB115326-
CMYK00.720.950.55
HSL14.31º90.08%23.73%-
HSV(B)14.31º94.78%45.1%-
XYZ7.624.690.68-
YUV53.85101171.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 75.16%
GREEN value IS 32 (12.89% from 255) = 20.92%
BLUE value IS 6 (2.73% from 255) = 3.92%
R=75.16%
G=20.92%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11532600.720.950.5514.3190.0823.73
Hex732060485F37e5a18
Octal1634060110137671613230
Binary11100111000001100100100010111111101111110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732006; }

 p { color: rgb(115,32,6); }

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

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

 a { background-color: rgb(115,32,6); }

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

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

 span { border-color: rgb(115,32,6); }

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