#391618

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

Shades of Rustic Red #391618

Tints of Rustic Red #391618

Color information

#391618 (or 0x391618) is unknown color: approx Rustic Red. HEX triplet: 39, 16 and 18. RGB value is (57,22,24). Sum of RGB (Red+Green+Blue) = 57+22+24=103 (13% of max value = 765). Red value is 57 (22.66% from 255 or 55.34% from 103); Green value is 22 (8.98% from 255 or 21.36% from 103); Blue value is 24 (9.77% from 255 or 23.30% from 103); Max value from RGB is 57 - color contains mainly: red. Hex color #391618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391618 is #C6E9E7. Grayscale: #202020. Windows color (decimal): -13036008 or 1578553. OLE color: 1578553.

HSL color Cylindrical-coordinate representation of color #391618: hue angle of 356.57º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #391618 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.78.

Color convert

RGB572224-
CMYK00.610.580.78
HSL356.57º44.3%15.49%-
HSV(B)356.57º61.4%22.35%-
XYZ2.141.511.04-
YUV32.69123.1145.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 55.34%
GREEN value IS 22 (8.98% from 255) = 21.36%
BLUE value IS 24 (9.77% from 255) = 23.30%
R=55.34%
G=21.36%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57222400.610.580.78356.5744.315.49
Hex39161803D3A4E1652cf
Octal712630075721165455417
Binary1110011011011000011110111101010011101011001011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391618; }

 p { color: rgb(57,22,24); }

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

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

 a { background-color: rgb(57,22,24); }

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

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

 span { border-color: rgb(57,22,24); }

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