#731C18

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

Shades of Falu Red #731C18

Tints of Falu Red #731C18

Color information

#731C18 (or 0x731C18) is unknown color: approx Falu Red. HEX triplet: 73, 1C and 18. RGB value is (115,28,24). Sum of RGB (Red+Green+Blue) = 115+28+24=167 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.86% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 24 (9.77% from 255 or 14.37% from 167); Max value from RGB is 115 - color contains mainly: red. Hex color #731C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731C18 is #8CE3E7. Grayscale: #353535. Windows color (decimal): -9233384 or 1580147. OLE color: 1580147.

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

Color convert

RGB1152824-
CMYK00.760.790.55
HSL2.64º65.47%27.25%-
HSV(B)2.64º79.13%45.1%-
XYZ7.654.541.34-
YUV53.56111.32171.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 68.86%
GREEN value IS 28 (11.33% from 255) = 16.77%
BLUE value IS 24 (9.77% from 255) = 14.37%
R=68.86%
G=16.77%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115282400.760.790.552.6465.4727.25
Hex731C1804C4F373411b
Octal1633430011411767310133
Binary1110011111001100001001100100111111011111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731C18; }

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

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

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

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

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

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

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

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