#721807

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

Shades of Falu Red #721807

Tints of Falu Red #721807

Color information

#721807 (or 0x721807) is unknown color: approx Falu Red. HEX triplet: 72, 18 and 07. RGB value is (114,24,7). Sum of RGB (Red+Green+Blue) = 114+24+7=145 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.62% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 7 (3.12% from 255 or 4.83% from 145); Max value from RGB is 114 - color contains mainly: red. Hex color #721807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721807 is #8DE7F8. Grayscale: #313131. Windows color (decimal): -9299961 or 465010. OLE color: 465010.

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

Color convert

RGB114247-
CMYK00.790.940.55
HSL9.53º88.43%23.73%-
HSV(B)9.53º93.86%44.71%-
XYZ7.34.250.64-
YUV48.97104.32174.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 78.62%
GREEN value IS 24 (9.77% from 255) = 16.55%
BLUE value IS 7 (3.12% from 255) = 4.83%
R=78.62%
G=16.55%
B=4.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11424700.790.940.559.5388.4323.73
Hex7218704F5E37a5818
Octal1623070117136671213030
Binary1110010110001110100111110111101101111010101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721807; }

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

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

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

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

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

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

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

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