#732318

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

Shades of Falu Red #732318

Tints of Falu Red #732318

Color information

#732318 (or 0x732318) is unknown color: approx Falu Red. HEX triplet: 73, 23 and 18. RGB value is (115,35,24). Sum of RGB (Red+Green+Blue) = 115+35+24=174 (23% of max value = 765). Red value is 115 (45.31% from 255 or 66.09% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 115 - color contains mainly: red. Hex color #732318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732318 is #8CDCE7. Grayscale: #393939. Windows color (decimal): -9231592 or 1581939. OLE color: 1581939.

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

Color convert

RGB1153524-
CMYK00.700.790.55
HSL7.25º65.47%27.25%-
HSV(B)7.25º79.13%45.1%-
XYZ7.844.911.4-
YUV57.67109168.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 66.09%
GREEN value IS 35 (14.06% from 255) = 20.11%
BLUE value IS 24 (9.77% from 255) = 13.79%
R=66.09%
G=20.11%
B=13.79%

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
Decimal115352400.700.790.557.2565.4727.25
Hex7323180464F377411b
Octal1634330010611767710133
Binary111001110001111000010001101001111110111111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732318; }

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

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

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

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

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

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

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

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