#732120

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

Shades of Falu Red #732120

Tints of Falu Red #732120

Color information

#732120 (or 0x732120) is unknown color: approx Falu Red. HEX triplet: 73, 21 and 20. RGB value is (115,33,32). Sum of RGB (Red+Green+Blue) = 115+33+32=180 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.89% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 115 - color contains mainly: red. Hex color #732120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732120 is #8CDEDF. Grayscale: #393939. Windows color (decimal): -9232096 or 2105715. OLE color: 2105715.

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

Color convert

RGB1153332-
CMYK00.710.720.55
HSL0.72º56.46%28.82%-
HSV(B)0.72º72.17%45.1%-
XYZ7.874.841.89-
YUV57.4113.67169.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 63.89%
GREEN value IS 33 (13.28% from 255) = 18.33%
BLUE value IS 32 (12.89% from 255) = 17.78%
R=63.89%
G=18.33%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115333200.710.720.550.7256.4628.82
Hex73212004748371381d
Octal163414001071106717035
Binary1110011100001100000010001111001000110111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732120; }

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

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

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

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

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

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

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

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