#391E20

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

Shades of Rustic Red #391E20

Tints of Rustic Red #391E20

Color information

#391E20 (or 0x391E20) is unknown color: approx Rustic Red. HEX triplet: 39, 1E and 20. RGB value is (57,30,32). Sum of RGB (Red+Green+Blue) = 57+30+32=119 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.90% from 119); Green value is 30 (12.11% from 255 or 25.21% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 57 - color contains mainly: red. Hex color #391E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391E20 is #C6E1DF. Grayscale: #262626. Windows color (decimal): -13033952 or 2104889. OLE color: 2104889.

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

Color convert

RGB573032-
CMYK00.470.440.78
HSL355.56º31.03%17.06%-
HSV(B)355.56º47.37%22.35%-
XYZ2.411.91.61-
YUV38.3124.45141.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.90%
GREEN value IS 30 (12.11% from 255) = 25.21%
BLUE value IS 32 (12.89% from 255) = 26.89%
R=47.90%
G=25.21%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57303200.470.440.78355.5631.0317.06
Hex391E2002F2C4E1641f11
Octal713640057541165443721
Binary11100111110100000010111110110010011101011001001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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