#721506

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

Shades of Falu Red #721506

Tints of Falu Red #721506

Color information

#721506 (or 0x721506) is unknown color: approx Falu Red. HEX triplet: 72, 15 and 06. RGB value is (114,21,6). Sum of RGB (Red+Green+Blue) = 114+21+6=141 (18% of max value = 765). Red value is 114 (44.92% from 255 or 80.85% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 114 - color contains mainly: red. Hex color #721506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721506 is #8DEAF9. Grayscale: #2F2F2F. Windows color (decimal): -9300730 or 398706. OLE color: 398706.

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

Color convert

RGB114216-
CMYK00.820.950.55
HSL8.33º90%23.53%-
HSV(B)8.33º94.74%44.71%-
XYZ7.244.130.59-
YUV47.1104.81175.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 80.85%
GREEN value IS 21 (8.59% from 255) = 14.89%
BLUE value IS 6 (2.73% from 255) = 4.26%
R=80.85%
G=14.89%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11421600.820.950.558.339023.53
Hex721560525F3785a18
Octal1622560122137671013230
Binary1110010101011100101001010111111101111000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721506; }

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

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

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

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

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

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

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

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