#721207

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

Shades of Falu Red #721207

Tints of Falu Red #721207

Color information

#721207 (or 0x721207) is unknown color: approx Falu Red. HEX triplet: 72, 12 and 07. RGB value is (114,18,7). Sum of RGB (Red+Green+Blue) = 114+18+7=139 (18% of max value = 765). Red value is 114 (44.92% from 255 or 82.01% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 7 (3.12% from 255 or 5.04% from 139); Max value from RGB is 114 - color contains mainly: red. Hex color #721207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721207 is #8DEDF8. Grayscale: #2D2D2D. Windows color (decimal): -9301497 or 463474. OLE color: 463474.

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

Color convert

RGB114187-
CMYK00.840.940.55
HSL6.17º88.43%23.73%-
HSV(B)6.17º93.86%44.71%-
XYZ7.194.030.6-
YUV45.45106.3176.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 82.01%
GREEN value IS 18 (7.42% from 255) = 12.95%
BLUE value IS 7 (3.12% from 255) = 5.04%
R=82.01%
G=12.95%
B=5.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11418700.840.940.556.1788.4323.73
Hex721270545E3765818
Octal162227012413667613030
Binary111001010010111010101001011110110111110101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721207; }

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

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

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

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

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

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

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

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