#390613

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

Shades of Rustic Red #390613

Tints of Rustic Red #390613

Color information

#390613 (or 0x390613) is unknown color: approx Rustic Red. HEX triplet: 39, 06 and 13. RGB value is (57,6,19). Sum of RGB (Red+Green+Blue) = 57+6+19=82 (10% of max value = 765). Red value is 57 (22.66% from 255 or 69.51% from 82); Green value is 6 (2.73% from 255 or 7.32% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 57 - color contains mainly: red. Hex color #390613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390613 is #C6F9EC. Grayscale: #161616. Windows color (decimal): -13040109 or 1246777. OLE color: 1246777.

HSL color Cylindrical-coordinate representation of color #390613: hue angle of 344.71º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #390613 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB57619-
CMYK00.890.670.78
HSL344.71º80.95%12.35%-
HSV(B)344.71º89.47%22.35%-
XYZ1.871.050.72-
YUV22.73125.9152.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 69.51%
GREEN value IS 6 (2.73% from 255) = 7.32%
BLUE value IS 19 (7.81% from 255) = 23.17%
R=69.51%
G=7.32%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5761900.890.670.78344.7180.9512.35
Hex39613059434E15951c
Octal71623013110311653112114
Binary11100111010011010110011000011100111010101100110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390613; }

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

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

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

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

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

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

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

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