#732118

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

Shades of Falu Red #732118

Tints of Falu Red #732118

Color information

#732118 (or 0x732118) is unknown color: approx Falu Red. HEX triplet: 73, 21 and 18. RGB value is (115,33,24). Sum of RGB (Red+Green+Blue) = 115+33+24=172 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.86% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 24 (9.77% from 255 or 13.95% from 172); Max value from RGB is 115 - color contains mainly: red. Hex color #732118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732118 is #8CDEE7. Grayscale: #383838. Windows color (decimal): -9232104 or 1581427. OLE color: 1581427.

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

Color convert

RGB1153324-
CMYK00.710.790.55
HSL5.93º65.47%27.25%-
HSV(B)5.93º79.13%45.1%-
XYZ7.784.81.38-
YUV56.49109.67169.73-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 66.86%
GREEN value IS 33 (13.28% from 255) = 19.19%
BLUE value IS 24 (9.77% from 255) = 13.95%
R=66.86%
G=19.19%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115332400.710.790.555.9365.4727.25
Hex7321180474F376411b
Octal1634130010711767610133
Binary111001110000111000010001111001111110111110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732118; }

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

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

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

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

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

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

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

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