#73240D

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

Shades of Falu Red #73240D

Tints of Falu Red #73240D

Color information

#73240D (or 0x73240D) is unknown color: approx Falu Red. HEX triplet: 73, 24 and 0D. RGB value is (115,36,13). Sum of RGB (Red+Green+Blue) = 115+36+13=164 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.12% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 115 - color contains mainly: red. Hex color #73240D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73240D is #8CDBF2. Grayscale: #393939. Windows color (decimal): -9231347 or 861299. OLE color: 861299.

HSL color Cylindrical-coordinate representation of color #73240D: hue angle of 13.53º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73240D is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB1153613-
CMYK00.690.890.55
HSL13.53º79.69%25.1%-
HSV(B)13.53º88.7%45.1%-
XYZ7.774.940.92-
YUV57103.17169.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 70.12%
GREEN value IS 36 (14.45% from 255) = 21.95%
BLUE value IS 13 (5.47% from 255) = 7.93%
R=70.12%
G=21.95%
B=7.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115361300.690.890.5513.5379.6925.1
Hex7324D0455937e5019
Octal16344150105131671612031
Binary111001110010011010100010110110011101111110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73240D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73240D; }

 p { color: rgb(115,36,13); }

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

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

 a { background-color: rgb(115,36,13); }

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

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

 span { border-color: rgb(115,36,13); }

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