#721815

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

Shades of Falu Red #721815

Tints of Falu Red #721815

Color information

#721815 (or 0x721815) is unknown color: approx Falu Red. HEX triplet: 72, 18 and 15. RGB value is (114,24,21). Sum of RGB (Red+Green+Blue) = 114+24+21=159 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.70% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 114 - color contains mainly: red. Hex color #721815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721815 is #8DE7EA. Grayscale: #323232. Windows color (decimal): -9299947 or 1382514. OLE color: 1382514.

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

Color convert

RGB1142421-
CMYK00.790.820.55
HSL1.94º68.89%26.47%-
HSV(B)1.94º81.58%44.71%-
XYZ7.44.281.15-
YUV50.57111.32173.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 71.70%
GREEN value IS 24 (9.77% from 255) = 15.09%
BLUE value IS 21 (8.59% from 255) = 13.21%
R=71.70%
G=15.09%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114242100.790.820.551.9468.8926.47
Hex72181504F52372451a
Octal1623025011712267210532
Binary1110010110001010101001111101001011011110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721815; }

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

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

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

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

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

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

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

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