#721817

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

Shades of Falu Red #721817

Tints of Falu Red #721817

Color information

#721817 (or 0x721817) is unknown color: approx Falu Red. HEX triplet: 72, 18 and 17. RGB value is (114,24,23). Sum of RGB (Red+Green+Blue) = 114+24+23=161 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.81% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 23 (9.38% from 255 or 14.29% from 161); Max value from RGB is 114 - color contains mainly: red. Hex color #721817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721817 is #8DE7E8. Grayscale: #323232. Windows color (decimal): -9299945 or 1513586. OLE color: 1513586.

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

Color convert

RGB1142423-
CMYK00.790.800.55
HSL0.66º66.42%26.86%-
HSV(B)0.66º79.82%44.71%-
XYZ7.424.291.25-
YUV50.8112.32173.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 70.81%
GREEN value IS 24 (9.77% from 255) = 14.91%
BLUE value IS 23 (9.38% from 255) = 14.29%
R=70.81%
G=14.91%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114242300.790.800.550.6666.4226.86
Hex72181704F50371421b
Octal1623027011712067110233
Binary111001011000101110100111110100001101111100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721817; }

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

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

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

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

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

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

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

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