#391314

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

Shades of Rustic Red #391314

Tints of Rustic Red #391314

Color information

#391314 (or 0x391314) is unknown color: approx Rustic Red. HEX triplet: 39, 13 and 14. RGB value is (57,19,20). Sum of RGB (Red+Green+Blue) = 57+19+20=96 (12% of max value = 765). Red value is 57 (22.66% from 255 or 59.38% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 57 - color contains mainly: red. Hex color #391314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391314 is #C6ECEB. Grayscale: #1E1E1E. Windows color (decimal): -13036780 or 1315641. OLE color: 1315641.

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

Color convert

RGB571920-
CMYK00.670.650.78
HSL358.42º50%14.9%-
HSV(B)358.42º66.67%22.35%-
XYZ2.051.390.82-
YUV30.48122.09146.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 59.38%
GREEN value IS 19 (7.81% from 255) = 19.79%
BLUE value IS 20 (8.20% from 255) = 20.83%
R=59.38%
G=19.79%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57192000.670.650.78358.425014.9
Hex391314043414E16632f
Octal71232401031011165466217
Binary111001100111010001000011100000110011101011001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391314; }

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

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

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

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

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

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

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

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