#721E0A

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

Shades of Falu Red #721E0A

Tints of Falu Red #721E0A

Color information

#721E0A (or 0x721E0A) is unknown color: approx Falu Red. HEX triplet: 72, 1E and 0A. RGB value is (114,30,10). Sum of RGB (Red+Green+Blue) = 114+30+10=154 (20% of max value = 765). Red value is 114 (44.92% from 255 or 74.03% from 154); Green value is 30 (12.11% from 255 or 19.48% from 154); Blue value is 10 (4.30% from 255 or 6.49% from 154); Max value from RGB is 114 - color contains mainly: red. Hex color #721E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721E0A is #8DE1F5. Grayscale: #343434. Windows color (decimal): -9298422 or 663154. OLE color: 663154.

HSL color Cylindrical-coordinate representation of color #721E0A: hue angle of 11.54º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #721E0A is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1143010-
CMYK00.740.910.55
HSL11.54º83.87%24.31%-
HSV(B)11.54º91.23%44.71%-
XYZ7.464.530.77-
YUV52.84103.83171.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 74.03%
GREEN value IS 30 (12.11% from 255) = 19.48%
BLUE value IS 10 (4.30% from 255) = 6.49%
R=74.03%
G=19.48%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114301000.740.910.5511.5483.8724.31
Hex721EA04A5B37c5418
Octal16236120112133671412430
Binary11100101111010100100101010110111101111100101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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