#732209

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

Shades of Falu Red #732209

Tints of Falu Red #732209

Color information

#732209 (or 0x732209) is unknown color: approx Falu Red. HEX triplet: 73, 22 and 09. RGB value is (115,34,9). Sum of RGB (Red+Green+Blue) = 115+34+9=158 (20% of max value = 765). Red value is 115 (45.31% from 255 or 72.78% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 9 (3.91% from 255 or 5.70% from 158); Max value from RGB is 115 - color contains mainly: red. Hex color #732209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732209 is #8CDDF6. Grayscale: #373737. Windows color (decimal): -9231863 or 598643. OLE color: 598643.

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

Color convert

RGB115349-
CMYK00.700.920.55
HSL14.15º85.48%24.31%-
HSV(B)14.15º92.17%45.1%-
XYZ7.694.810.78-
YUV55.37101.84170.53-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 72.78%
GREEN value IS 34 (13.67% from 255) = 21.52%
BLUE value IS 9 (3.91% from 255) = 5.70%
R=72.78%
G=21.52%
B=5.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11534900.700.920.5514.1585.4824.31
Hex732290465C37e5518
Octal16342110106134671612530
Binary111001110001010010100011010111001101111110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732209; }

 p { color: rgb(115,34,9); }

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

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

 a { background-color: rgb(115,34,9); }

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

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

 span { border-color: rgb(115,34,9); }

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