#732509

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

Shades of Falu Red #732509

Tints of Falu Red #732509

Color information

#732509 (or 0x732509) is unknown color: approx Falu Red. HEX triplet: 73, 25 and 09. RGB value is (115,37,9). Sum of RGB (Red+Green+Blue) = 115+37+9=161 (21% of max value = 765). Red value is 115 (45.31% from 255 or 71.43% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 115 - color contains mainly: red. Hex color #732509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732509 is #8CDAF6. Grayscale: #393939. Windows color (decimal): -9231095 or 599411. OLE color: 599411.

HSL color Cylindrical-coordinate representation of color #732509: hue angle of 15.85º 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 #732509 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB115379-
CMYK00.680.920.55
HSL15.85º85.48%24.31%-
HSV(B)15.85º92.17%45.1%-
XYZ7.784.990.81-
YUV57.13100.84169.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 71.43%
GREEN value IS 37 (14.84% from 255) = 22.98%
BLUE value IS 9 (3.91% from 255) = 5.59%
R=71.43%
G=22.98%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11537900.680.920.5515.8585.4824.31
Hex732590445C37105518
Octal16345110104134672012530
Binary1110011100101100101000100101110011011110000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732509; }

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

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

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

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

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

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

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

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