#732211

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

Shades of Falu Red #732211

Tints of Falu Red #732211

Color information

#732211 (or 0x732211) is unknown color: approx Falu Red. HEX triplet: 73, 22 and 11. RGB value is (115,34,17). Sum of RGB (Red+Green+Blue) = 115+34+17=166 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.28% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 115 - color contains mainly: red. Hex color #732211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732211 is #8CDDEE. Grayscale: #383838. Windows color (decimal): -9231855 or 1122931. OLE color: 1122931.

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

Color convert

RGB1153417-
CMYK00.700.850.55
HSL10.41º74.24%25.88%-
HSV(B)10.41º85.22%45.1%-
XYZ7.744.831.05-
YUV56.28105.84169.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 69.28%
GREEN value IS 34 (13.67% from 255) = 20.48%
BLUE value IS 17 (7.03% from 255) = 10.24%
R=69.28%
G=20.48%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115341700.700.850.5510.4174.2425.88
Hex7322110465537a4a1a
Octal16342210106125671211232
Binary1110011100010100010100011010101011101111010100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732211; }

 p { color: rgb(115,34,17); }

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

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

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

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

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

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

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