#390407

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

Shades of Rustic Red #390407

Tints of Rustic Red #390407

Color information

#390407 (or 0x390407) is unknown color: approx Rustic Red. HEX triplet: 39, 04 and 07. RGB value is (57,4,7). Sum of RGB (Red+Green+Blue) = 57+4+7=68 (9% of max value = 765). Red value is 57 (22.66% from 255 or 83.82% from 68); Green value is 4 (1.95% from 255 or 5.88% from 68); Blue value is 7 (3.12% from 255 or 10.29% from 68); Max value from RGB is 57 - color contains mainly: red. Hex color #390407 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390407 is #C6FBF8. Grayscale: #141414. Windows color (decimal): -13040633 or 459833. OLE color: 459833.

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

Color convert

RGB5747-
CMYK00.930.880.78
HSL356.6º86.89%11.96%-
HSV(B)356.6º92.98%22.35%-
XYZ1.770.970.3-
YUV20.19120.56154.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 83.82%
GREEN value IS 4 (1.95% from 255) = 5.88%
BLUE value IS 7 (3.12% from 255) = 10.29%
R=83.82%
G=5.88%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.88
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal574700.930.880.78356.686.8911.96
Hex394705D584E16557c
Octal7147013513011654512714
Binary111001100111010111011011000100111010110010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390407; }

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

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

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

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

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

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

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

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