#390607

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

Shades of Rustic Red #390607

Tints of Rustic Red #390607

Color information

#390607 (or 0x390607) is unknown color: approx Rustic Red. HEX triplet: 39, 06 and 07. RGB value is (57,6,7). Sum of RGB (Red+Green+Blue) = 57+6+7=70 (9% of max value = 765). Red value is 57 (22.66% from 255 or 81.43% from 70); Green value is 6 (2.73% from 255 or 8.57% from 70); Blue value is 7 (3.12% from 255 or 10% from 70); Max value from RGB is 57 - color contains mainly: red. Hex color #390607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390607 is #C6F9F8. Grayscale: #151515. Windows color (decimal): -13040121 or 460345. OLE color: 460345.

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

Color convert

RGB5767-
CMYK00.890.880.78
HSL358.82º80.95%12.35%-
HSV(B)358.82º89.47%22.35%-
XYZ1.791.020.3-
YUV21.36119.9153.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 81.43%
GREEN value IS 6 (2.73% from 255) = 8.57%
BLUE value IS 7 (3.12% from 255) = 10%
R=81.43%
G=8.57%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.88
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal576700.890.880.78358.8280.9512.35
Hex3967059584E16751c
Octal7167013113011654712114
Binary111001110111010110011011000100111010110011110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390607; }

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

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

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

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

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

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

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

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