#732218

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

Shades of Falu Red #732218

Tints of Falu Red #732218

Color information

#732218 (or 0x732218) is unknown color: approx Falu Red. HEX triplet: 73, 22 and 18. RGB value is (115,34,24). Sum of RGB (Red+Green+Blue) = 115+34+24=173 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.47% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 24 (9.77% from 255 or 13.87% from 173); Max value from RGB is 115 - color contains mainly: red. Hex color #732218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732218 is #8CDDE7. Grayscale: #393939. Windows color (decimal): -9231848 or 1581683. OLE color: 1581683.

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

Color convert

RGB1153424-
CMYK00.700.790.55
HSL6.59º65.47%27.25%-
HSV(B)6.59º79.13%45.1%-
XYZ7.814.851.39-
YUV57.08109.34169.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 66.47%
GREEN value IS 34 (13.67% from 255) = 19.65%
BLUE value IS 24 (9.77% from 255) = 13.87%
R=66.47%
G=19.65%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115342400.700.790.556.5965.4727.25
Hex7322180464F377411b
Octal1634230010611767710133
Binary111001110001011000010001101001111110111111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732218; }

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

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

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

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

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

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

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

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