#391317

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

Shades of Rustic Red #391317

Tints of Rustic Red #391317

Color information

#391317 (or 0x391317) is unknown color: approx Rustic Red. HEX triplet: 39, 13 and 17. RGB value is (57,19,23). Sum of RGB (Red+Green+Blue) = 57+19+23=99 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57.58% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 23 (9.38% from 255 or 23.23% from 99); Max value from RGB is 57 - color contains mainly: red. Hex color #391317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391317 is #C6ECE8. Grayscale: #1E1E1E. Windows color (decimal): -13036777 or 1512249. OLE color: 1512249.

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

Color convert

RGB571923-
CMYK00.670.600.78
HSL353.68º50%14.9%-
HSV(B)353.68º66.67%22.35%-
XYZ2.071.40.97-
YUV30.82123.59146.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 57.58%
GREEN value IS 19 (7.81% from 255) = 19.19%
BLUE value IS 23 (9.38% from 255) = 23.23%
R=57.58%
G=19.19%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57192300.670.600.78353.685014.9
Hex3913170433C4E16232f
Octal7123270103741165426217
Binary11100110011101110100001111110010011101011000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391317; }

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

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

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

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

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

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

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

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