#390813

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

Shades of Rustic Red #390813

Tints of Rustic Red #390813

Color information

#390813 (or 0x390813) is unknown color: approx Rustic Red. HEX triplet: 39, 08 and 13. RGB value is (57,8,19). Sum of RGB (Red+Green+Blue) = 57+8+19=84 (11% of max value = 765). Red value is 57 (22.66% from 255 or 67.86% from 84); Green value is 8 (3.52% from 255 or 9.52% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 57 - color contains mainly: red. Hex color #390813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390813 is #C6F7EC. Grayscale: #171717. Windows color (decimal): -13039597 or 1247289. OLE color: 1247289.

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

Color convert

RGB57819-
CMYK00.860.670.78
HSL346.53º75.38%12.75%-
HSV(B)346.53º85.96%22.35%-
XYZ1.891.090.73-
YUV23.9125.23151.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 67.86%
GREEN value IS 8 (3.52% from 255) = 9.52%
BLUE value IS 19 (7.81% from 255) = 22.62%
R=67.86%
G=9.52%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5781900.860.670.78346.5375.3812.75
Hex39813056434E15b4bd
Octal711023012610311653311315
Binary111001100010011010101101000011100111010101101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390813; }

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

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

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

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

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

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

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

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