#731B0C

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

Shades of Falu Red #731B0C

Tints of Falu Red #731B0C

Color information

#731B0C (or 0x731B0C) is unknown color: approx Falu Red. HEX triplet: 73, 1B and 0C. RGB value is (115,27,12). Sum of RGB (Red+Green+Blue) = 115+27+12=154 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.68% from 154); Green value is 27 (10.94% from 255 or 17.53% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 115 - color contains mainly: red. Hex color #731B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731B0C is #8CE4F3. Grayscale: #333333. Windows color (decimal): -9233652 or 793459. OLE color: 793459.

HSL color Cylindrical-coordinate representation of color #731B0C: hue angle of 8.74º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #731B0C is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1152712-
CMYK00.770.900.55
HSL8.74º81.1%24.9%-
HSV(B)8.74º89.57%45.1%-
XYZ7.534.460.81-
YUV51.6105.65173.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 74.68%
GREEN value IS 27 (10.94% from 255) = 17.53%
BLUE value IS 12 (5.08% from 255) = 7.79%
R=74.68%
G=17.53%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115271200.770.900.558.7481.124.9
Hex731BC04D5A3795119
Octal16333140115132671112131
Binary11100111101111000100110110110101101111001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,27,12); }

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

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

 a { background-color: rgb(115,27,12); }

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

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

 span { border-color: rgb(115,27,12); }

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