#721F07

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

Shades of Falu Red #721F07

Tints of Falu Red #721F07

Color information

#721F07 (or 0x721F07) is unknown color: approx Falu Red. HEX triplet: 72, 1F and 07. RGB value is (114,31,7). Sum of RGB (Red+Green+Blue) = 114+31+7=152 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 7 (3.12% from 255 or 4.61% from 152); Max value from RGB is 114 - color contains mainly: red. Hex color #721F07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721F07 is #8DE0F8. Grayscale: #353535. Windows color (decimal): -9298169 or 466802. OLE color: 466802.

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

Color convert

RGB114317-
CMYK00.730.940.55
HSL13.46º88.43%23.73%-
HSV(B)13.46º93.86%44.71%-
XYZ7.474.570.69-
YUV53.08102171.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 75%
GREEN value IS 31 (12.5% from 255) = 20.39%
BLUE value IS 7 (3.12% from 255) = 4.61%
R=75%
G=20.39%
B=4.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11431700.730.940.5513.4688.4323.73
Hex721F70495E37d5818
Octal1623770111136671513030
Binary1110010111111110100100110111101101111101101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,31,7); }

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

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

 a { background-color: rgb(114,31,7); }

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

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

 span { border-color: rgb(114,31,7); }

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