#732018

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

Shades of Falu Red #732018

Tints of Falu Red #732018

Color information

#732018 (or 0x732018) is unknown color: approx Falu Red. HEX triplet: 73, 20 and 18. RGB value is (115,32,24). Sum of RGB (Red+Green+Blue) = 115+32+24=171 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.25% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 115 - color contains mainly: red. Hex color #732018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732018 is #8CDFE7. Grayscale: #383838. Windows color (decimal): -9232360 or 1581171. OLE color: 1581171.

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

Color convert

RGB1153224-
CMYK00.720.790.55
HSL5.27º65.47%27.25%-
HSV(B)5.27º79.13%45.1%-
XYZ7.754.741.37-
YUV55.9110170.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 67.25%
GREEN value IS 32 (12.89% from 255) = 18.71%
BLUE value IS 24 (9.77% from 255) = 14.04%
R=67.25%
G=18.71%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115322400.720.790.555.2765.4727.25
Hex7320180484F375411b
Octal1634030011011767510133
Binary111001110000011000010010001001111110111101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732018; }

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

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

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

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

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

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

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

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