#391319

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

Shades of Rustic Red #391319

Tints of Rustic Red #391319

Color information

#391319 (or 0x391319) is unknown color: approx Rustic Red. HEX triplet: 39, 13 and 19. RGB value is (57,19,25). Sum of RGB (Red+Green+Blue) = 57+19+25=101 (13% of max value = 765). Red value is 57 (22.66% from 255 or 56.44% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 57 - color contains mainly: red. Hex color #391319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391319 is #C6ECE6. Grayscale: #1F1F1F. Windows color (decimal): -13036775 or 1643321. OLE color: 1643321.

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

Color convert

RGB571925-
CMYK00.670.560.78
HSL350.53º50%14.9%-
HSV(B)350.53º66.67%22.35%-
XYZ2.11.411.08-
YUV31.05124.59146.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 56.44%
GREEN value IS 19 (7.81% from 255) = 18.81%
BLUE value IS 25 (10.16% from 255) = 24.75%
R=56.44%
G=18.81%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57192500.670.560.78350.535014.9
Hex391319043384E15f32f
Octal7123310103701165376217
Binary11100110011110010100001111100010011101010111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391319; }

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

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

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

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

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

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

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

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