#721E17

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

Shades of Falu Red #721E17

Tints of Falu Red #721E17

Color information

#721E17 (or 0x721E17) is unknown color: approx Falu Red. HEX triplet: 72, 1E and 17. RGB value is (114,30,23). Sum of RGB (Red+Green+Blue) = 114+30+23=167 (22% of max value = 765). Red value is 114 (44.92% from 255 or 68.26% from 167); Green value is 30 (12.11% from 255 or 17.96% from 167); Blue value is 23 (9.38% from 255 or 13.77% from 167); Max value from RGB is 114 - color contains mainly: red. Hex color #721E17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721E17 is #8DE1E8. Grayscale: #363636. Windows color (decimal): -9298409 or 1515122. OLE color: 1515122.

HSL color Cylindrical-coordinate representation of color #721E17: hue angle of 4.62º 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 #721E17 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB1143023-
CMYK00.740.800.55
HSL4.62º66.42%26.86%-
HSV(B)4.62º79.82%44.71%-
XYZ7.564.571.29-
YUV54.32110.33170.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 68.26%
GREEN value IS 30 (12.11% from 255) = 17.96%
BLUE value IS 23 (9.38% from 255) = 13.77%
R=68.26%
G=17.96%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114302300.740.800.554.6266.4226.86
Hex721E1704A50375421b
Octal1623627011212067510233
Binary11100101111010111010010101010000110111101100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721E17; }

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

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

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

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

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

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

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

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