#390711

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

Shades of Rustic Red #390711

Tints of Rustic Red #390711

Color information

#390711 (or 0x390711) is unknown color: approx Rustic Red. HEX triplet: 39, 07 and 11. RGB value is (57,7,17). Sum of RGB (Red+Green+Blue) = 57+7+17=81 (10% of max value = 765). Red value is 57 (22.66% from 255 or 70.37% from 81); Green value is 7 (3.12% from 255 or 8.64% from 81); Blue value is 17 (7.03% from 255 or 20.99% from 81); Max value from RGB is 57 - color contains mainly: red. Hex color #390711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390711 is #C6F8EE. Grayscale: #171717. Windows color (decimal): -13039855 or 1115961. OLE color: 1115961.

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

Color convert

RGB57717-
CMYK00.880.700.78
HSL348º78.12%12.55%-
HSV(B)348º87.72%22.35%-
XYZ1.861.060.64-
YUV23.09124.56152.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 70.37%
GREEN value IS 7 (3.12% from 255) = 8.64%
BLUE value IS 17 (7.03% from 255) = 20.99%
R=70.37%
G=8.64%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5771700.880.700.7834878.1212.55
Hex39711058464E15c4ed
Octal71721013010611653411615
Binary11100111110001010110001000110100111010101110010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390711; }

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

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

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

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

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

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

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

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