#732020

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

Shades of Falu Red #732020

Tints of Falu Red #732020

Color information

#732020 (or 0x732020) is unknown color: approx Falu Red. HEX triplet: 73, 20 and 20. RGB value is (115,32,32). Sum of RGB (Red+Green+Blue) = 115+32+32=179 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.25% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 115 - color contains mainly: red. Hex color #732020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732020 is #8CDFDF. Grayscale: #383838. Windows color (decimal): -9232352 or 2105459. OLE color: 2105459.

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

Color convert

RGB1153232-
CMYK00.720.720.55
HSL56.46%28.82%-
HSV(B)72.17%45.1%-
XYZ7.854.781.88-
YUV56.82114169.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 64.25%
GREEN value IS 32 (12.89% from 255) = 17.88%
BLUE value IS 32 (12.89% from 255) = 17.88%
R=64.25%
G=17.88%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115323200.720.720.55056.4628.82
Hex73202004848370381d
Octal163404001101106707035
Binary1110011100000100000010010001001000110111011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732020; }

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

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

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

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

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

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

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

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