#390911

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

Shades of Rustic Red #390911

Tints of Rustic Red #390911

Color information

#390911 (or 0x390911) is unknown color: approx Rustic Red. HEX triplet: 39, 09 and 11. RGB value is (57,9,17). Sum of RGB (Red+Green+Blue) = 57+9+17=83 (10% of max value = 765). Red value is 57 (22.66% from 255 or 68.67% from 83); Green value is 9 (3.91% from 255 or 10.84% from 83); Blue value is 17 (7.03% from 255 or 20.48% from 83); Max value from RGB is 57 - color contains mainly: red. Hex color #390911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390911 is #C6F6EE. Grayscale: #181818. Windows color (decimal): -13039343 or 1116473. OLE color: 1116473.

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

Color convert

RGB57917-
CMYK00.840.700.78
HSL350º72.73%12.94%-
HSV(B)350º84.21%22.35%-
XYZ1.891.110.64-
YUV24.26123.9151.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 68.67%
GREEN value IS 9 (3.91% from 255) = 10.84%
BLUE value IS 17 (7.03% from 255) = 20.48%
R=68.67%
G=10.84%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5791700.840.700.7835072.7312.94
Hex39911054464E15e49d
Octal711121012410611653611115
Binary111001100110001010101001000110100111010101111010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390911; }

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

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

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

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

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

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

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

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