#390708

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

Shades of Rustic Red #390708

Tints of Rustic Red #390708

Color information

#390708 (or 0x390708) is unknown color: approx Rustic Red. HEX triplet: 39, 07 and 08. RGB value is (57,7,8). Sum of RGB (Red+Green+Blue) = 57+7+8=72 (9% of max value = 765). Red value is 57 (22.66% from 255 or 79.17% from 72); Green value is 7 (3.12% from 255 or 9.72% from 72); Blue value is 8 (3.52% from 255 or 11.11% from 72); Max value from RGB is 57 - color contains mainly: red. Hex color #390708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390708 is #C6F8F7. Grayscale: #161616. Windows color (decimal): -13039864 or 526137. OLE color: 526137.

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

Color convert

RGB5778-
CMYK00.880.860.78
HSL358.8º78.12%12.55%-
HSV(B)358.8º87.72%22.35%-
XYZ1.811.040.34-
YUV22.06120.06152.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 79.17%
GREEN value IS 7 (3.12% from 255) = 9.72%
BLUE value IS 8 (3.52% from 255) = 11.11%
R=79.17%
G=9.72%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal577800.880.860.78358.878.1212.55
Hex3978058564E1674ed
Octal71710013012611654711615
Binary1110011111000010110001010110100111010110011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390708; }

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

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

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

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

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

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

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

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