#732214

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

Shades of Falu Red #732214

Tints of Falu Red #732214

Color information

#732214 (or 0x732214) is unknown color: approx Falu Red. HEX triplet: 73, 22 and 14. RGB value is (115,34,20). Sum of RGB (Red+Green+Blue) = 115+34+20=169 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.05% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 115 - color contains mainly: red. Hex color #732214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732214 is #8CDDEB. Grayscale: #383838. Windows color (decimal): -9231852 or 1319539. OLE color: 1319539.

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

Color convert

RGB1153420-
CMYK00.700.830.55
HSL8.84º70.37%26.47%-
HSV(B)8.84º82.61%45.1%-
XYZ7.774.841.19-
YUV56.62107.34169.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 68.05%
GREEN value IS 34 (13.67% from 255) = 20.12%
BLUE value IS 20 (8.20% from 255) = 11.83%
R=68.05%
G=20.12%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115342000.700.830.558.8470.3726.47
Hex73221404653379461a
Octal16342240106123671110632
Binary1110011100010101000100011010100111101111001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732214; }

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

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

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

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

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

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

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

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