#390619

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

Shades of Rustic Red #390619

Tints of Rustic Red #390619

Color information

#390619 (or 0x390619) is unknown color: approx Rustic Red. HEX triplet: 39, 06 and 19. RGB value is (57,6,25). Sum of RGB (Red+Green+Blue) = 57+6+25=88 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.77% from 88); Green value is 6 (2.73% from 255 or 6.82% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 57 - color contains mainly: red. Hex color #390619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390619 is #C6F9E6. Grayscale: #171717. Windows color (decimal): -13040103 or 1639993. OLE color: 1639993.

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

Color convert

RGB57625-
CMYK00.890.560.78
HSL337.65º80.95%12.35%-
HSV(B)337.65º89.47%22.35%-
XYZ1.931.071.02-
YUV23.42128.9151.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 64.77%
GREEN value IS 6 (2.73% from 255) = 6.82%
BLUE value IS 25 (10.16% from 255) = 28.41%
R=64.77%
G=6.82%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5762500.890.560.78337.6580.9512.35
Hex39619059384E15251c
Octal7163101317011652212114
Binary1110011101100101011001111000100111010101001010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390619; }

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

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

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

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

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

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

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

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