#721B09

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

Shades of Falu Red #721B09

Tints of Falu Red #721B09

Color information

#721B09 (or 0x721B09) is unknown color: approx Falu Red. HEX triplet: 72, 1B and 09. RGB value is (114,27,9). Sum of RGB (Red+Green+Blue) = 114+27+9=150 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76% from 150); Green value is 27 (10.94% from 255 or 18% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 114 - color contains mainly: red. Hex color #721B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721B09 is #8DE4F6. Grayscale: #333333. Windows color (decimal): -9299191 or 596850. OLE color: 596850.

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

Color convert

RGB114279-
CMYK00.760.920.55
HSL10.29º85.37%24.12%-
HSV(B)10.29º92.11%44.71%-
XYZ7.384.380.72-
YUV50.96104.32172.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 76%
GREEN value IS 27 (10.94% from 255) = 18%
BLUE value IS 9 (3.91% from 255) = 6%
R=76%
G=18%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11427900.760.920.5510.2985.3724.12
Hex721B904C5C37a5518
Octal16233110114134671212530
Binary11100101101110010100110010111001101111010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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