#732416

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

Shades of Falu Red #732416

Tints of Falu Red #732416

Color information

#732416 (or 0x732416) is unknown color: approx Falu Red. HEX triplet: 73, 24 and 16. RGB value is (115,36,22). Sum of RGB (Red+Green+Blue) = 115+36+22=173 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.47% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 115 - color contains mainly: red. Hex color #732416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732416 is #8CDBE9. Grayscale: #3A3A3A. Windows color (decimal): -9231338 or 1451123. OLE color: 1451123.

HSL color Cylindrical-coordinate representation of color #732416: hue angle of 9.03º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #732416 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB1153622-
CMYK00.690.810.55
HSL9.03º67.88%26.86%-
HSV(B)9.03º80.87%45.1%-
XYZ7.854.961.3-
YUV58.02107.67168.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 66.47%
GREEN value IS 36 (14.45% from 255) = 20.81%
BLUE value IS 22 (8.98% from 255) = 12.72%
R=66.47%
G=20.81%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115362200.690.810.559.0367.8826.86
Hex73241604551379441b
Octal16344260105121671110433
Binary1110011100100101100100010110100011101111001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732416; }

 p { color: rgb(115,36,22); }

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

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

 a { background-color: rgb(115,36,22); }

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

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

 span { border-color: rgb(115,36,22); }

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