#722017

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

Shades of Falu Red #722017

Tints of Falu Red #722017

Color information

#722017 (or 0x722017) is unknown color: approx Falu Red. HEX triplet: 72, 20 and 17. RGB value is (114,32,23). Sum of RGB (Red+Green+Blue) = 114+32+23=169 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.46% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 23 (9.38% from 255 or 13.61% from 169); Max value from RGB is 114 - color contains mainly: red. Hex color #722017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722017 is #8DDFE8. Grayscale: #373737. Windows color (decimal): -9297897 or 1515634. OLE color: 1515634.

HSL color Cylindrical-coordinate representation of color #722017: hue angle of 5.93º degrees, saturation: 0.66, 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 #722017 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB1143223-
CMYK00.720.800.55
HSL5.93º66.42%26.86%-
HSV(B)5.93º79.82%44.71%-
XYZ7.614.671.31-
YUV55.49109.67169.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 67.46%
GREEN value IS 32 (12.89% from 255) = 18.93%
BLUE value IS 23 (9.38% from 255) = 13.61%
R=67.46%
G=18.93%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114322300.720.800.555.9366.4226.86
Hex72201704850376421b
Octal1624027011012067610233
Binary111001010000010111010010001010000110111110100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722017; }

 p { color: rgb(114,32,23); }

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

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

 a { background-color: rgb(114,32,23); }

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

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

 span { border-color: rgb(114,32,23); }

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