#721706

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

Shades of Falu Red #721706

Tints of Falu Red #721706

Color information

#721706 (or 0x721706) is unknown color: approx Falu Red. HEX triplet: 72, 17 and 06. RGB value is (114,23,6). Sum of RGB (Red+Green+Blue) = 114+23+6=143 (18% of max value = 765). Red value is 114 (44.92% from 255 or 79.72% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 114 - color contains mainly: red. Hex color #721706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721706 is #8DE8F9. Grayscale: #303030. Windows color (decimal): -9300218 or 399218. OLE color: 399218.

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

Color convert

RGB114236-
CMYK00.800.950.55
HSL9.44º90%23.53%-
HSV(B)9.44º94.74%44.71%-
XYZ7.284.20.6-
YUV48.27104.15174.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 79.72%
GREEN value IS 23 (9.38% from 255) = 16.08%
BLUE value IS 6 (2.73% from 255) = 4.20%
R=79.72%
G=16.08%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11423600.800.950.559.449023.53
Hex721760505F3795a18
Octal1622760120137671113230
Binary1110010101111100101000010111111101111001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721706; }

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

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

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

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

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

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

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

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