#731714

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

Shades of Falu Red #731714

Tints of Falu Red #731714

Color information

#731714 (or 0x731714) is unknown color: approx Falu Red. HEX triplet: 73, 17 and 14. RGB value is (115,23,20). Sum of RGB (Red+Green+Blue) = 115+23+20=158 (20% of max value = 765). Red value is 115 (45.31% from 255 or 72.78% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 115 - color contains mainly: red. Hex color #731714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731714 is #8CE8EB. Grayscale: #323232. Windows color (decimal): -9234668 or 1316723. OLE color: 1316723.

HSL color Cylindrical-coordinate representation of color #731714: hue angle of 1.89º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #731714 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB1152320-
CMYK00.800.830.55
HSL1.89º70.37%26.47%-
HSV(B)1.89º82.61%45.1%-
XYZ7.54.311.1-
YUV50.17110.98174.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 72.78%
GREEN value IS 23 (9.38% from 255) = 14.56%
BLUE value IS 20 (8.20% from 255) = 12.66%
R=72.78%
G=14.56%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115232000.800.830.551.8970.3726.47
Hex73171405053372461a
Octal1632724012012367210632
Binary1110011101111010001010000101001111011110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731714; }

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

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

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

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

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

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

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

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