#390609

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

Shades of Rustic Red #390609

Tints of Rustic Red #390609

Color information

#390609 (or 0x390609) is unknown color: approx Rustic Red. HEX triplet: 39, 06 and 09. RGB value is (57,6,9). Sum of RGB (Red+Green+Blue) = 57+6+9=72 (9% of max value = 765). Red value is 57 (22.66% from 255 or 79.17% from 72); Green value is 6 (2.73% from 255 or 8.33% from 72); Blue value is 9 (3.91% from 255 or 12.5% from 72); Max value from RGB is 57 - color contains mainly: red. Hex color #390609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390609 is #C6F9F6. Grayscale: #151515. Windows color (decimal): -13040119 or 591417. OLE color: 591417.

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

Color convert

RGB5769-
CMYK00.890.840.78
HSL356.47º80.95%12.35%-
HSV(B)356.47º89.47%22.35%-
XYZ1.81.020.36-
YUV21.59120.9153.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 79.17%
GREEN value IS 6 (2.73% from 255) = 8.33%
BLUE value IS 9 (3.91% from 255) = 12.5%
R=79.17%
G=8.33%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal576900.890.840.78356.4780.9512.35
Hex3969059544E16451c
Octal71611013112411654412114
Binary1110011101001010110011010100100111010110010010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390609; }

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

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

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

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

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

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

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

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