#732316

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

Shades of Falu Red #732316

Tints of Falu Red #732316

Color information

#732316 (or 0x732316) is unknown color: approx Falu Red. HEX triplet: 73, 23 and 16. RGB value is (115,35,22). Sum of RGB (Red+Green+Blue) = 115+35+22=172 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.86% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 115 - color contains mainly: red. Hex color #732316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732316 is #8CDCE9. Grayscale: #393939. Windows color (decimal): -9231594 or 1450867. OLE color: 1450867.

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

Color convert

RGB1153522-
CMYK00.700.810.55
HSL8.39º67.88%26.86%-
HSV(B)8.39º80.87%45.1%-
XYZ7.824.91.29-
YUV57.44108169.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 66.86%
GREEN value IS 35 (14.06% from 255) = 20.35%
BLUE value IS 22 (8.98% from 255) = 12.79%
R=66.86%
G=20.35%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115352200.700.810.558.3967.8826.86
Hex73231604651378441b
Octal16343260106121671010433
Binary1110011100011101100100011010100011101111000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732316; }

 p { color: rgb(115,35,22); }

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

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

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

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

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

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

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