#390614

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

Shades of Rustic Red #390614

Tints of Rustic Red #390614

Color information

#390614 (or 0x390614) is unknown color: approx Rustic Red. HEX triplet: 39, 06 and 14. RGB value is (57,6,20). Sum of RGB (Red+Green+Blue) = 57+6+20=83 (10% of max value = 765). Red value is 57 (22.66% from 255 or 68.67% from 83); Green value is 6 (2.73% from 255 or 7.23% from 83); Blue value is 20 (8.20% from 255 or 24.10% from 83); Max value from RGB is 57 - color contains mainly: red. Hex color #390614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390614 is #C6F9EB. Grayscale: #161616. Windows color (decimal): -13040108 or 1312313. OLE color: 1312313.

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

Color convert

RGB57620-
CMYK00.890.650.78
HSL343.53º80.95%12.35%-
HSV(B)343.53º89.47%22.35%-
XYZ1.881.050.77-
YUV22.84126.4152.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 68.67%
GREEN value IS 6 (2.73% from 255) = 7.23%
BLUE value IS 20 (8.20% from 255) = 24.10%
R=68.67%
G=7.23%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5762000.890.650.78343.5380.9512.35
Hex39614059414E15851c
Octal71624013110111653012114
Binary11100111010100010110011000001100111010101100010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390614; }

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

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

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

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

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

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

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

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