#391517

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

Shades of Rustic Red #391517

Tints of Rustic Red #391517

Color information

#391517 (or 0x391517) is unknown color: approx Rustic Red. HEX triplet: 39, 15 and 17. RGB value is (57,21,23). Sum of RGB (Red+Green+Blue) = 57+21+23=101 (13% of max value = 765). Red value is 57 (22.66% from 255 or 56.44% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 23 (9.38% from 255 or 22.77% from 101); Max value from RGB is 57 - color contains mainly: red. Hex color #391517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391517 is #C6EAE8. Grayscale: #202020. Windows color (decimal): -13036265 or 1512761. OLE color: 1512761.

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

Color convert

RGB572123-
CMYK00.630.600.78
HSL356.67º46.15%15.29%-
HSV(B)356.67º63.16%22.35%-
XYZ2.111.470.98-
YUV31.99122.93145.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 56.44%
GREEN value IS 21 (8.59% from 255) = 20.79%
BLUE value IS 23 (9.38% from 255) = 22.77%
R=56.44%
G=20.79%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57212300.630.600.78356.6746.1515.29
Hex39151703F3C4E1652ef
Octal712527077741165455617
Binary1110011010110111011111111110010011101011001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391517; }

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

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

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

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

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

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

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

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