#72150B

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

Shades of Falu Red #72150B

Tints of Falu Red #72150B

Color information

#72150B (or 0x72150B) is unknown color: approx Falu Red. HEX triplet: 72, 15 and 0B. RGB value is (114,21,11). Sum of RGB (Red+Green+Blue) = 114+21+11=146 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.08% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 114 - color contains mainly: red. Hex color #72150B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72150B is #8DEAF4. Grayscale: #2F2F2F. Windows color (decimal): -9300725 or 726386. OLE color: 726386.

HSL color Cylindrical-coordinate representation of color #72150B: hue angle of 5.83º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72150B is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1142111-
CMYK00.820.900.55
HSL5.83º82.4%24.51%-
HSV(B)5.83º90.35%44.71%-
XYZ7.274.140.73-
YUV47.67107.31175.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 78.08%
GREEN value IS 21 (8.59% from 255) = 14.38%
BLUE value IS 11 (4.69% from 255) = 7.53%
R=78.08%
G=14.38%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114211100.820.900.555.8382.424.51
Hex7215B0525A3765219
Octal1622513012213267612231
Binary1110010101011011010100101011010110111110101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72150B; }

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

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

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

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

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

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

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

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