#721615

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

Shades of Falu Red #721615

Tints of Falu Red #721615

Color information

#721615 (or 0x721615) is unknown color: approx Falu Red. HEX triplet: 72, 16 and 15. RGB value is (114,22,21). Sum of RGB (Red+Green+Blue) = 114+22+21=157 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.61% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 114 - color contains mainly: red. Hex color #721615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721615 is #8DE9EA. Grayscale: #313131. Windows color (decimal): -9300459 or 1382002. OLE color: 1382002.

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

Color convert

RGB1142221-
CMYK00.810.820.55
HSL0.65º68.89%26.47%-
HSV(B)0.65º81.58%44.71%-
XYZ7.364.211.13-
YUV49.39111.98174.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 72.61%
GREEN value IS 22 (8.98% from 255) = 14.01%
BLUE value IS 21 (8.59% from 255) = 13.38%
R=72.61%
G=14.01%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114222100.810.820.550.6568.8926.47
Hex72161505152371451a
Octal1622625012112267110532
Binary111001010110101010101000110100101101111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721615; }

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

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

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

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

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

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

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

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