#721509

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

Shades of Falu Red #721509

Tints of Falu Red #721509

Color information

#721509 (or 0x721509) is unknown color: approx Falu Red. HEX triplet: 72, 15 and 09. RGB value is (114,21,9). Sum of RGB (Red+Green+Blue) = 114+21+9=144 (19% of max value = 765). Red value is 114 (44.92% from 255 or 79.17% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 114 - color contains mainly: red. Hex color #721509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721509 is #8DEAF6. Grayscale: #2F2F2F. Windows color (decimal): -9300727 or 595314. OLE color: 595314.

HSL color Cylindrical-coordinate representation of color #721509: hue angle of 6.86º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #721509 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB114219-
CMYK00.820.920.55
HSL6.86º85.37%24.12%-
HSV(B)6.86º92.11%44.71%-
XYZ7.264.130.67-
YUV47.44106.31175.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 79.17%
GREEN value IS 21 (8.59% from 255) = 14.58%
BLUE value IS 9 (3.91% from 255) = 6.25%
R=79.17%
G=14.58%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11421900.820.920.556.8685.3724.12
Hex721590525C3775518
Octal1622511012213467712530
Binary1110010101011001010100101011100110111111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721509; }

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

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

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

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

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

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

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

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