#720F0D

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

Shades of Falu Red #720F0D

Tints of Falu Red #720F0D

Color information

#720F0D (or 0x720F0D) is unknown color: approx Falu Red. HEX triplet: 72, 0F and 0D. RGB value is (114,15,13). Sum of RGB (Red+Green+Blue) = 114+15+13=142 (18% of max value = 765). Red value is 114 (44.92% from 255 or 80.28% from 142); Green value is 15 (6.25% from 255 or 10.56% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 114 - color contains mainly: red. Hex color #720F0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720F0D is #8DF0F2. Grayscale: #2C2C2C. Windows color (decimal): -9302259 or 855922. OLE color: 855922.

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

Color convert

RGB1141513-
CMYK00.870.890.55
HSL1.19º79.53%24.9%-
HSV(B)1.19º88.6%44.71%-
XYZ7.183.950.76-
YUV44.37110.3177.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 80.28%
GREEN value IS 15 (6.25% from 255) = 10.56%
BLUE value IS 13 (5.47% from 255) = 9.15%
R=80.28%
G=10.56%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114151300.870.890.551.1979.5324.9
Hex72FD057593715019
Octal1621715012713167112031
Binary1110010111111010101011110110011101111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720F0D; }

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

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

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

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

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

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

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

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