#721E0F

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

Shades of Falu Red #721E0F

Tints of Falu Red #721E0F

Color information

#721E0F (or 0x721E0F) is unknown color: approx Falu Red. HEX triplet: 72, 1E and 0F. RGB value is (114,30,15). Sum of RGB (Red+Green+Blue) = 114+30+15=159 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.70% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 114 - color contains mainly: red. Hex color #721E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721E0F is #8DE1F0. Grayscale: #353535. Windows color (decimal): -9298417 or 990834. OLE color: 990834.

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

Color convert

RGB1143015-
CMYK00.740.870.55
HSL9.09º76.74%25.29%-
HSV(B)9.09º86.84%44.71%-
XYZ7.494.540.93-
YUV53.41106.33171.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 71.70%
GREEN value IS 30 (12.11% from 255) = 18.87%
BLUE value IS 15 (6.25% from 255) = 9.43%
R=71.70%
G=18.87%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114301500.740.870.559.0976.7425.29
Hex721EF04A573794d19
Octal16236170112127671111531
Binary11100101111011110100101010101111101111001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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