#731817

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

Shades of Falu Red #731817

Tints of Falu Red #731817

Color information

#731817 (or 0x731817) is unknown color: approx Falu Red. HEX triplet: 73, 18 and 17. RGB value is (115,24,23). Sum of RGB (Red+Green+Blue) = 115+24+23=162 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.99% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 115 - color contains mainly: red. Hex color #731817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731817 is #8CE7E8. Grayscale: #333333. Windows color (decimal): -9234409 or 1513587. OLE color: 1513587.

HSL color Cylindrical-coordinate representation of color #731817: hue angle of 0.65º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #731817 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB1152423-
CMYK00.790.800.55
HSL0.65º66.67%27.06%-
HSV(B)0.65º80%45.1%-
XYZ7.554.361.25-
YUV51.1112.15173.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 70.99%
GREEN value IS 24 (9.77% from 255) = 14.81%
BLUE value IS 23 (9.38% from 255) = 14.20%
R=70.99%
G=14.81%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115242300.790.800.550.6566.6727.06
Hex73181704F50371431b
Octal1633027011712067110333
Binary111001111000101110100111110100001101111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731817; }

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

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

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

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

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

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

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

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