#73201E

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

Shades of Falu Red #73201E

Tints of Falu Red #73201E

Color information

#73201E (or 0x73201E) is unknown color: approx Falu Red. HEX triplet: 73, 20 and 1E. RGB value is (115,32,30). Sum of RGB (Red+Green+Blue) = 115+32+30=177 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.97% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 115 - color contains mainly: red. Hex color #73201E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73201E is #8CDFE1. Grayscale: #383838. Windows color (decimal): -9232354 or 1974387. OLE color: 1974387.

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

Color convert

RGB1153230-
CMYK00.720.740.55
HSL1.41º58.62%28.43%-
HSV(B)1.41º73.91%45.1%-
XYZ7.824.771.74-
YUV56.59113169.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 64.97%
GREEN value IS 32 (12.89% from 255) = 18.08%
BLUE value IS 30 (12.11% from 255) = 16.95%
R=64.97%
G=18.08%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115323000.720.740.551.4158.6228.43
Hex73201E0484A3713b1c
Octal163403601101126717334
Binary111001110000011110010010001001010110111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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