#390916

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

Shades of Rustic Red #390916

Tints of Rustic Red #390916

Color information

#390916 (or 0x390916) is unknown color: approx Rustic Red. HEX triplet: 39, 09 and 16. RGB value is (57,9,22). Sum of RGB (Red+Green+Blue) = 57+9+22=88 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.77% from 88); Green value is 9 (3.91% from 255 or 10.23% from 88); Blue value is 22 (8.98% from 255 or 25% from 88); Max value from RGB is 57 - color contains mainly: red. Hex color #390916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390916 is #C6F6E9. Grayscale: #181818. Windows color (decimal): -13039338 or 1444153. OLE color: 1444153.

HSL color Cylindrical-coordinate representation of color #390916: hue angle of 343.75º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #390916 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB57922-
CMYK00.840.610.78
HSL343.75º72.73%12.94%-
HSV(B)343.75º84.21%22.35%-
XYZ1.931.120.87-
YUV24.83126.4150.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 64.77%
GREEN value IS 9 (3.91% from 255) = 10.23%
BLUE value IS 22 (8.98% from 255) = 25%
R=64.77%
G=10.23%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5792200.840.610.78343.7572.7312.94
Hex399160543D4E15849d
Octal71112601247511653011115
Binary11100110011011001010100111101100111010101100010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390916; }

 p { color: rgb(57,9,22); }

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

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

 a { background-color: rgb(57,9,22); }

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

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

 span { border-color: rgb(57,9,22); }

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