#391119

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

Shades of Rustic Red #391119

Tints of Rustic Red #391119

Color information

#391119 (or 0x391119) is unknown color: approx Rustic Red. HEX triplet: 39, 11 and 19. RGB value is (57,17,25). Sum of RGB (Red+Green+Blue) = 57+17+25=99 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57.58% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 57 - color contains mainly: red. Hex color #391119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391119 is #C6EEE6. Grayscale: #1D1D1D. Windows color (decimal): -13037287 or 1642809. OLE color: 1642809.

HSL color Cylindrical-coordinate representation of color #391119: hue angle of 348º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #391119 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB571725-
CMYK00.700.560.78
HSL348º54.05%14.51%-
HSV(B)348º70.18%22.35%-
XYZ2.061.341.07-
YUV29.87125.25147.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 57.58%
GREEN value IS 17 (7.03% from 255) = 17.17%
BLUE value IS 25 (10.16% from 255) = 25.25%
R=57.58%
G=17.17%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57172500.700.560.7834854.0514.51
Hex391119046384E15c36f
Octal7121310106701165346617
Binary11100110001110010100011011100010011101010111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391119; }

 p { color: rgb(57,17,25); }

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

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

 a { background-color: rgb(57,17,25); }

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

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

 span { border-color: rgb(57,17,25); }

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