#73250D

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

Shades of Falu Red #73250D

Tints of Falu Red #73250D

Color information

#73250D (or 0x73250D) is unknown color: approx Falu Red. HEX triplet: 73, 25 and 0D. RGB value is (115,37,13). Sum of RGB (Red+Green+Blue) = 115+37+13=165 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.70% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 115 - color contains mainly: red. Hex color #73250D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73250D is #8CDAF2. Grayscale: #393939. Windows color (decimal): -9231091 or 861555. OLE color: 861555.

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

Color convert

RGB1153713-
CMYK00.680.890.55
HSL14.12º79.69%25.1%-
HSV(B)14.12º88.7%45.1%-
XYZ7.850.93-
YUV57.59102.84168.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 69.70%
GREEN value IS 37 (14.84% from 255) = 22.42%
BLUE value IS 13 (5.47% from 255) = 7.88%
R=69.70%
G=22.42%
B=7.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115371300.680.890.5514.1279.6925.1
Hex7325D0445937e5019
Octal16345150104131671612031
Binary111001110010111010100010010110011101111110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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