#391219

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

Shades of Rustic Red #391219

Tints of Rustic Red #391219

Color information

#391219 (or 0x391219) is unknown color: approx Rustic Red. HEX triplet: 39, 12 and 19. RGB value is (57,18,25). Sum of RGB (Red+Green+Blue) = 57+18+25=100 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 57 - color contains mainly: red. Hex color #391219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391219 is #C6EDE6. Grayscale: #1E1E1E. Windows color (decimal): -13037031 or 1643065. OLE color: 1643065.

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

Color convert

RGB571825-
CMYK00.680.560.78
HSL349.23º52%14.71%-
HSV(B)349.23º68.42%22.35%-
XYZ2.081.371.08-
YUV30.46124.92146.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 57%
GREEN value IS 18 (7.42% from 255) = 18%
BLUE value IS 25 (10.16% from 255) = 25%
R=57%
G=18%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57182500.680.560.78349.235214.71
Hex391219044384E15d34f
Octal7122310104701165356417
Binary11100110010110010100010011100010011101010111011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391219; }

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

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

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

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

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

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

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

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