#73250E

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

Shades of Falu Red #73250E

Tints of Falu Red #73250E

Color information

#73250E (or 0x73250E) is unknown color: approx Falu Red. HEX triplet: 73, 25 and 0E. RGB value is (115,37,14). Sum of RGB (Red+Green+Blue) = 115+37+14=166 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.28% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 115 - color contains mainly: red. Hex color #73250E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73250E is #8CDAF1. Grayscale: #393939. Windows color (decimal): -9231090 or 927091. OLE color: 927091.

HSL color Cylindrical-coordinate representation of color #73250E: hue angle of 13.66º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73250E is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB1153714-
CMYK00.680.880.55
HSL13.66º78.29%25.29%-
HSV(B)13.66º87.83%45.1%-
XYZ7.8150.97-
YUV57.7103.34168.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 69.28%
GREEN value IS 37 (14.84% from 255) = 22.29%
BLUE value IS 14 (5.86% from 255) = 8.43%
R=69.28%
G=22.29%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115371400.680.880.5513.6678.2925.29
Hex7325E0445837e4e19
Octal16345160104130671611631
Binary111001110010111100100010010110001101111110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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