#72240B

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

Shades of Falu Red #72240B

Tints of Falu Red #72240B

Color information

#72240B (or 0x72240B) is unknown color: approx Falu Red. HEX triplet: 72, 24 and 0B. RGB value is (114,36,11). Sum of RGB (Red+Green+Blue) = 114+36+11=161 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.81% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 114 - color contains mainly: red. Hex color #72240B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72240B is #8DDBF4. Grayscale: #383838. Windows color (decimal): -9296885 or 730226. OLE color: 730226.

HSL color Cylindrical-coordinate representation of color #72240B: hue angle of 14.56º 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 #72240B is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1143611-
CMYK00.680.900.55
HSL14.56º82.4%24.51%-
HSV(B)14.56º90.35%44.71%-
XYZ7.634.860.85-
YUV56.47102.34169.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 70.81%
GREEN value IS 36 (14.45% from 255) = 22.36%
BLUE value IS 11 (4.69% from 255) = 6.83%
R=70.81%
G=22.36%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114361100.680.900.5514.5682.424.51
Hex7224B0445A37f5219
Octal16244130104132671712231
Binary111001010010010110100010010110101101111111101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72240B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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