#390814

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

Shades of Rustic Red #390814

Tints of Rustic Red #390814

Color information

#390814 (or 0x390814) is unknown color: approx Rustic Red. HEX triplet: 39, 08 and 14. RGB value is (57,8,20). Sum of RGB (Red+Green+Blue) = 57+8+20=85 (11% of max value = 765). Red value is 57 (22.66% from 255 or 67.06% from 85); Green value is 8 (3.52% from 255 or 9.41% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 57 - color contains mainly: red. Hex color #390814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390814 is #C6F7EB. Grayscale: #181818. Windows color (decimal): -13039596 or 1312825. OLE color: 1312825.

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

Color convert

RGB57820-
CMYK00.860.650.78
HSL345.31º75.38%12.75%-
HSV(B)345.31º85.96%22.35%-
XYZ1.91.090.77-
YUV24.02125.73151.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 67.06%
GREEN value IS 8 (3.52% from 255) = 9.41%
BLUE value IS 20 (8.20% from 255) = 23.53%
R=67.06%
G=9.41%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5782000.860.650.78345.3175.3812.75
Hex39814056414E1594bd
Octal711024012610111653111315
Binary111001100010100010101101000001100111010101100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390814; }

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

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

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

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

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

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

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

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