#391315

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

Shades of Rustic Red #391315

Tints of Rustic Red #391315

Color information

#391315 (or 0x391315) is unknown color: approx Rustic Red. HEX triplet: 39, 13 and 15. RGB value is (57,19,21). Sum of RGB (Red+Green+Blue) = 57+19+21=97 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.76% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 57 - color contains mainly: red. Hex color #391315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391315 is #C6ECEA. Grayscale: #1E1E1E. Windows color (decimal): -13036779 or 1381177. OLE color: 1381177.

HSL color Cylindrical-coordinate representation of color #391315: hue angle of 356.84º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #391315 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB571921-
CMYK00.670.630.78
HSL356.84º50%14.9%-
HSV(B)356.84º66.67%22.35%-
XYZ2.061.390.87-
YUV30.59122.59146.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 58.76%
GREEN value IS 19 (7.81% from 255) = 19.59%
BLUE value IS 21 (8.59% from 255) = 21.65%
R=58.76%
G=19.59%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57192100.670.630.78356.845014.9
Hex3913150433F4E16532f
Octal7123250103771165456217
Binary11100110011101010100001111111110011101011001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391315; }

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

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

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

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

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

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

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

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