#391113

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

Shades of Rustic Red #391113

Tints of Rustic Red #391113

Color information

#391113 (or 0x391113) is unknown color: approx Rustic Red. HEX triplet: 39, 11 and 13. RGB value is (57,17,19). Sum of RGB (Red+Green+Blue) = 57+17+19=93 (12% of max value = 765). Red value is 57 (22.66% from 255 or 61.29% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 57 - color contains mainly: red. Hex color #391113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391113 is #C6EEEC. Grayscale: #1D1D1D. Windows color (decimal): -13037293 or 1249593. OLE color: 1249593.

HSL color Cylindrical-coordinate representation of color #391113: hue angle of 357º 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 #391113 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB571719-
CMYK00.700.670.78
HSL357º54.05%14.51%-
HSV(B)357º70.18%22.35%-
XYZ2.011.320.76-
YUV29.19122.25147.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 61.29%
GREEN value IS 17 (7.03% from 255) = 18.28%
BLUE value IS 19 (7.81% from 255) = 20.43%
R=61.29%
G=18.28%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57171900.700.670.7835754.0514.51
Hex391113046434E16536f
Octal71212301061031165456617
Binary111001100011001101000110100001110011101011001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391113; }

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

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

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

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

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

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

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

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