#391C1D

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

Shades of Rustic Red #391C1D

Tints of Rustic Red #391C1D

Color information

#391C1D (or 0x391C1D) is unknown color: approx Rustic Red. HEX triplet: 39, 1C and 1D. RGB value is (57,28,29). Sum of RGB (Red+Green+Blue) = 57+28+29=114 (15% of max value = 765). Red value is 57 (22.66% from 255 or 50% from 114); Green value is 28 (11.33% from 255 or 24.56% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 57 - color contains mainly: red. Hex color #391C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391C1D is #C6E3E2. Grayscale: #242424. Windows color (decimal): -13034467 or 1907769. OLE color: 1907769.

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

Color convert

RGB572829-
CMYK00.510.490.78
HSL357.93º34.12%16.67%-
HSV(B)357.93º50.88%22.35%-
XYZ2.321.791.39-
YUV36.78123.61142.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50%
GREEN value IS 28 (11.33% from 255) = 24.56%
BLUE value IS 29 (11.72% from 255) = 25.44%
R=50%
G=24.56%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57282900.510.490.78357.9334.1216.67
Hex391C1D033314E1662211
Octal713435063611165464221
Binary11100111100111010110011110001100111010110011010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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