#73211E

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

Shades of Falu Red #73211E

Tints of Falu Red #73211E

Color information

#73211E (or 0x73211E) is unknown color: approx Falu Red. HEX triplet: 73, 21 and 1E. RGB value is (115,33,30). Sum of RGB (Red+Green+Blue) = 115+33+30=178 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.61% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 115 - color contains mainly: red. Hex color #73211E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73211E is #8CDEE1. Grayscale: #393939. Windows color (decimal): -9232098 or 1974643. OLE color: 1974643.

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

Color convert

RGB1153330-
CMYK00.710.740.55
HSL2.12º58.62%28.43%-
HSV(B)2.12º73.91%45.1%-
XYZ7.854.831.75-
YUV57.18112.67169.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 64.61%
GREEN value IS 33 (13.28% from 255) = 18.54%
BLUE value IS 30 (12.11% from 255) = 16.85%
R=64.61%
G=18.54%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115333000.710.740.552.1258.6228.43
Hex73211E0474A3723b1c
Octal163413601071126727334
Binary1110011100001111100100011110010101101111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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