#391217

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

Shades of Rustic Red #391217

Tints of Rustic Red #391217

Color information

#391217 (or 0x391217) is unknown color: approx Rustic Red. HEX triplet: 39, 12 and 17. RGB value is (57,18,23). Sum of RGB (Red+Green+Blue) = 57+18+23=98 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.16% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 23 (9.38% from 255 or 23.47% from 98); Max value from RGB is 57 - color contains mainly: red. Hex color #391217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391217 is #C6EDE8. Grayscale: #1E1E1E. Windows color (decimal): -13037033 or 1511993. OLE color: 1511993.

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

Color convert

RGB571823-
CMYK00.680.600.78
HSL352.31º52%14.71%-
HSV(B)352.31º68.42%22.35%-
XYZ2.061.360.97-
YUV30.23123.92147.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 58.16%
GREEN value IS 18 (7.42% from 255) = 18.37%
BLUE value IS 23 (9.38% from 255) = 23.47%
R=58.16%
G=18.37%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57182300.680.600.78352.315214.71
Hex3912170443C4E16034f
Octal7122270104741165406417
Binary11100110010101110100010011110010011101011000001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391217; }

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

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

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

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

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

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

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

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