#391419

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

Shades of Rustic Red #391419

Tints of Rustic Red #391419

Color information

#391419 (or 0x391419) is unknown color: approx Rustic Red. HEX triplet: 39, 14 and 19. RGB value is (57,20,25). Sum of RGB (Red+Green+Blue) = 57+20+25=102 (13% of max value = 765). Red value is 57 (22.66% from 255 or 55.88% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 25 (10.16% from 255 or 24.51% from 102); Max value from RGB is 57 - color contains mainly: red. Hex color #391419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391419 is #C6EBE6. Grayscale: #1F1F1F. Windows color (decimal): -13036519 or 1643577. OLE color: 1643577.

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

Color convert

RGB572025-
CMYK00.650.560.78
HSL351.89º48.05%15.1%-
HSV(B)351.89º64.91%22.35%-
XYZ2.111.441.09-
YUV31.63124.26146.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 55.88%
GREEN value IS 20 (8.20% from 255) = 19.61%
BLUE value IS 25 (10.16% from 255) = 24.51%
R=55.88%
G=19.61%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57202500.650.560.78351.8948.0515.1
Hex391419041384E16030f
Octal7124310101701165406017
Binary11100110100110010100000111100010011101011000001100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391419; }

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

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

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

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

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

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

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

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