#391D1E

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

Shades of Rustic Red #391D1E

Tints of Rustic Red #391D1E

Color information

#391D1E (or 0x391D1E) is unknown color: approx Rustic Red. HEX triplet: 39, 1D and 1E. RGB value is (57,29,30). Sum of RGB (Red+Green+Blue) = 57+29+30=116 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.14% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 30 (12.11% from 255 or 25.86% from 116); Max value from RGB is 57 - color contains mainly: red. Hex color #391D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391D1E is #C6E2E1. Grayscale: #252525. Windows color (decimal): -13034210 or 1973561. OLE color: 1973561.

HSL color Cylindrical-coordinate representation of color #391D1E: hue angle of 357.86º 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 #391D1E is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB572930-
CMYK00.490.470.78
HSL357.86º32.56%16.86%-
HSV(B)357.86º49.12%22.35%-
XYZ2.361.841.46-
YUV37.49123.78141.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 49.14%
GREEN value IS 29 (11.72% from 255) = 25%
BLUE value IS 30 (12.11% from 255) = 25.86%
R=49.14%
G=25%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57293000.490.470.78357.8632.5616.86
Hex391D1E0312F4E1662111
Octal713536061571165464121
Binary11100111101111100110001101111100111010110011010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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