#72200F

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

Shades of Falu Red #72200F

Tints of Falu Red #72200F

Color information

#72200F (or 0x72200F) is unknown color: approx Falu Red. HEX triplet: 72, 20 and 0F. RGB value is (114,32,15). Sum of RGB (Red+Green+Blue) = 114+32+15=161 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.81% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 114 - color contains mainly: red. Hex color #72200F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72200F is #8DDFF0. Grayscale: #363636. Windows color (decimal): -9297905 or 991346. OLE color: 991346.

HSL color Cylindrical-coordinate representation of color #72200F: hue angle of 10.3º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #72200F is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB1143215-
CMYK00.720.870.55
HSL10.3º76.74%25.29%-
HSV(B)10.3º86.84%44.71%-
XYZ7.544.640.95-
YUV54.58105.67170.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 70.81%
GREEN value IS 32 (12.89% from 255) = 19.88%
BLUE value IS 15 (6.25% from 255) = 9.32%
R=70.81%
G=19.88%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114321500.720.870.5510.376.7425.29
Hex7220F0485737a4d19
Octal16240170110127671211531
Binary111001010000011110100100010101111101111010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72200F; }

 p { color: rgb(114,32,15); }

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

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

 a { background-color: rgb(114,32,15); }

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

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

 span { border-color: rgb(114,32,15); }

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