#721D06

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

Shades of Falu Red #721D06

Tints of Falu Red #721D06

Color information

#721D06 (or 0x721D06) is unknown color: approx Falu Red. HEX triplet: 72, 1D and 06. RGB value is (114,29,6). Sum of RGB (Red+Green+Blue) = 114+29+6=149 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76.51% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 114 - color contains mainly: red. Hex color #721D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721D06 is #8DE2F9. Grayscale: #333333. Windows color (decimal): -9298682 or 400754. OLE color: 400754.

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

Color convert

RGB114296-
CMYK00.750.950.55
HSL12.78º90%23.53%-
HSV(B)12.78º94.74%44.71%-
XYZ7.414.470.64-
YUV51.79102.16172.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 76.51%
GREEN value IS 29 (11.72% from 255) = 19.46%
BLUE value IS 6 (2.73% from 255) = 4.03%
R=76.51%
G=19.46%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11429600.750.950.5512.789023.53
Hex721D604B5F37d5a18
Octal1623560113137671513230
Binary1110010111011100100101110111111101111101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,29,6); }

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

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

 a { background-color: rgb(114,29,6); }

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

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

 span { border-color: rgb(114,29,6); }

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