#731F1C

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

Shades of Falu Red #731F1C

Tints of Falu Red #731F1C

Color information

#731F1C (or 0x731F1C) is unknown color: approx Falu Red. HEX triplet: 73, 1F and 1C. RGB value is (115,31,28). Sum of RGB (Red+Green+Blue) = 115+31+28=174 (23% of max value = 765). Red value is 115 (45.31% from 255 or 66.09% from 174); Green value is 31 (12.5% from 255 or 17.82% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 115 - color contains mainly: red. Hex color #731F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731F1C is #8CE0E3. Grayscale: #373737. Windows color (decimal): -9232612 or 1843059. OLE color: 1843059.

HSL color Cylindrical-coordinate representation of color #731F1C: hue angle of 2.07º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #731F1C is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB1153128-
CMYK00.730.760.55
HSL2.07º60.84%28.04%-
HSV(B)2.07º75.65%45.1%-
XYZ7.774.711.6-
YUV55.77112.33170.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 66.09%
GREEN value IS 31 (12.5% from 255) = 17.82%
BLUE value IS 28 (11.33% from 255) = 16.09%
R=66.09%
G=17.82%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115312800.730.760.552.0760.8428.04
Hex731F1C0494C3723d1c
Octal163373401111146727534
Binary111001111111111000100100110011001101111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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