#721A07

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

Shades of Falu Red #721A07

Tints of Falu Red #721A07

Color information

#721A07 (or 0x721A07) is unknown color: approx Falu Red. HEX triplet: 72, 1A and 07. RGB value is (114,26,7). Sum of RGB (Red+Green+Blue) = 114+26+7=147 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.55% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 7 (3.12% from 255 or 4.76% from 147); Max value from RGB is 114 - color contains mainly: red. Hex color #721A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721A07 is #8DE5F8. Grayscale: #323232. Windows color (decimal): -9299449 or 465522. OLE color: 465522.

HSL color Cylindrical-coordinate representation of color #721A07: hue angle of 10.65º 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 #721A07 is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB114267-
CMYK00.770.940.55
HSL10.65º88.43%23.73%-
HSV(B)10.65º93.86%44.71%-
XYZ7.354.330.65-
YUV50.15103.65173.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 77.55%
GREEN value IS 26 (10.55% from 255) = 17.69%
BLUE value IS 7 (3.12% from 255) = 4.76%
R=77.55%
G=17.69%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11426700.770.940.5510.6588.4323.73
Hex721A704D5E37b5818
Octal1623270115136671313030
Binary1110010110101110100110110111101101111011101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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