#721C07

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

Shades of Falu Red #721C07

Tints of Falu Red #721C07

Color information

#721C07 (or 0x721C07) is unknown color: approx Falu Red. HEX triplet: 72, 1C and 07. RGB value is (114,28,7). Sum of RGB (Red+Green+Blue) = 114+28+7=149 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76.51% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 7 (3.12% from 255 or 4.70% from 149); Max value from RGB is 114 - color contains mainly: red. Hex color #721C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721C07 is #8DE3F8. Grayscale: #333333. Windows color (decimal): -9298937 or 466034. OLE color: 466034.

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

Color convert

RGB114287-
CMYK00.750.940.55
HSL11.78º88.43%23.73%-
HSV(B)11.78º93.86%44.71%-
XYZ7.394.420.67-
YUV51.32102.99172.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 76.51%
GREEN value IS 28 (11.33% from 255) = 18.79%
BLUE value IS 7 (3.12% from 255) = 4.70%
R=76.51%
G=18.79%
B=4.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11428700.750.940.5511.7888.4323.73
Hex721C704B5E37c5818
Octal1623470113136671413030
Binary1110010111001110100101110111101101111100101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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