#732418

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

Shades of Falu Red #732418

Tints of Falu Red #732418

Color information

#732418 (or 0x732418) is unknown color: approx Falu Red. HEX triplet: 73, 24 and 18. RGB value is (115,36,24). Sum of RGB (Red+Green+Blue) = 115+36+24=175 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.71% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 115 - color contains mainly: red. Hex color #732418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732418 is #8CDBE7. Grayscale: #3A3A3A. Windows color (decimal): -9231336 or 1582195. OLE color: 1582195.

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

Color convert

RGB1153624-
CMYK00.690.790.55
HSL7.91º65.47%27.25%-
HSV(B)7.91º79.13%45.1%-
XYZ7.874.971.41-
YUV58.25108.67168.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 65.71%
GREEN value IS 36 (14.45% from 255) = 20.57%
BLUE value IS 24 (9.77% from 255) = 13.71%
R=65.71%
G=20.57%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115362400.690.790.557.9165.4727.25
Hex7324180454F378411b
Octal16344300105117671010133
Binary1110011100100110000100010110011111101111000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732418; }

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

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

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

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

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

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

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

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