#391A1D

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

Shades of Rustic Red #391A1D

Tints of Rustic Red #391A1D

Color information

#391A1D (or 0x391A1D) is unknown color: approx Rustic Red. HEX triplet: 39, 1A and 1D. RGB value is (57,26,29). Sum of RGB (Red+Green+Blue) = 57+26+29=112 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.89% from 112); Green value is 26 (10.55% from 255 or 23.21% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 57 - color contains mainly: red. Hex color #391A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391A1D is #C6E5E2. Grayscale: #232323. Windows color (decimal): -13034979 or 1907257. OLE color: 1907257.

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

Color convert

RGB572629-
CMYK00.540.490.78
HSL354.19º37.35%16.27%-
HSV(B)354.19º54.39%22.35%-
XYZ2.281.71.37-
YUV35.61124.27143.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50.89%
GREEN value IS 26 (10.55% from 255) = 23.21%
BLUE value IS 29 (11.72% from 255) = 25.89%
R=50.89%
G=23.21%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57262900.540.490.78354.1937.3516.27
Hex391A1D036314E1622510
Octal713235066611165424520
Binary11100111010111010110110110001100111010110001010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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