#721813

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

Shades of Falu Red #721813

Tints of Falu Red #721813

Color information

#721813 (or 0x721813) is unknown color: approx Falu Red. HEX triplet: 72, 18 and 13. RGB value is (114,24,19). Sum of RGB (Red+Green+Blue) = 114+24+19=157 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.61% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 114 - color contains mainly: red. Hex color #721813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721813 is #8DE7EC. Grayscale: #323232. Windows color (decimal): -9299949 or 1251442. OLE color: 1251442.

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

Color convert

RGB1142419-
CMYK00.790.830.55
HSL3.16º71.43%26.08%-
HSV(B)3.16º83.33%44.71%-
XYZ7.384.281.05-
YUV50.34110.32173.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 72.61%
GREEN value IS 24 (9.77% from 255) = 15.29%
BLUE value IS 19 (7.81% from 255) = 12.10%
R=72.61%
G=15.29%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114241900.790.830.553.1671.4326.08
Hex72181304F53373471a
Octal1623023011712367310732
Binary1110010110001001101001111101001111011111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721813; }

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

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

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

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

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

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

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

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