#73201C

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

Shades of Falu Red #73201C

Tints of Falu Red #73201C

Color information

#73201C (or 0x73201C) is unknown color: approx Falu Red. HEX triplet: 73, 20 and 1C. RGB value is (115,32,28). Sum of RGB (Red+Green+Blue) = 115+32+28=175 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.71% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 115 - color contains mainly: red. Hex color #73201C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73201C is #8CDFE3. Grayscale: #383838. Windows color (decimal): -9232356 or 1843315. OLE color: 1843315.

HSL color Cylindrical-coordinate representation of color #73201C: hue angle of 2.76º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73201C is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB1153228-
CMYK00.720.760.55
HSL2.76º60.84%28.04%-
HSV(B)2.76º75.65%45.1%-
XYZ7.84.761.61-
YUV56.36112169.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 65.71%
GREEN value IS 32 (12.89% from 255) = 18.29%
BLUE value IS 28 (11.33% from 255) = 16%
R=65.71%
G=18.29%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115322800.720.760.552.7660.8428.04
Hex73201C0484C3733d1c
Octal163403401101146737534
Binary1110011100000111000100100010011001101111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73201C; }

 p { color: rgb(115,32,28); }

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

<style>
 a { background-color: #73201C; }

 a { background-color: rgb(115,32,28); }

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

<style>
 span { border-color: #73201C; }

 span { border-color: rgb(115,32,28); }

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