#391D20

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

Shades of Rustic Red #391D20

Tints of Rustic Red #391D20

Color information

#391D20 (or 0x391D20) is unknown color: approx Rustic Red. HEX triplet: 39, 1D and 20. RGB value is (57,29,32). Sum of RGB (Red+Green+Blue) = 57+29+32=118 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.31% from 118); Green value is 29 (11.72% from 255 or 24.58% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 57 - color contains mainly: red. Hex color #391D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391D20 is #C6E2DF. Grayscale: #252525. Windows color (decimal): -13034208 or 2104633. OLE color: 2104633.

HSL color Cylindrical-coordinate representation of color #391D20: hue angle of 353.57º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #391D20 is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB572932-
CMYK00.490.440.78
HSL353.57º32.56%16.86%-
HSV(B)353.57º49.12%22.35%-
XYZ2.391.851.6-
YUV37.71124.78141.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 48.31%
GREEN value IS 29 (11.72% from 255) = 24.58%
BLUE value IS 32 (12.89% from 255) = 27.12%
R=48.31%
G=24.58%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57293200.490.440.78353.5732.5616.86
Hex391D200312C4E1622111
Octal713540061541165424121
Binary111001111011000000110001101100100111010110001010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391D20; }

 p { color: rgb(57,29,32); }

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

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

 a { background-color: rgb(57,29,32); }

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

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

 span { border-color: rgb(57,29,32); }

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