#391619

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

Shades of Rustic Red #391619

Tints of Rustic Red #391619

Color information

#391619 (or 0x391619) is unknown color: approx Rustic Red. HEX triplet: 39, 16 and 19. RGB value is (57,22,25). Sum of RGB (Red+Green+Blue) = 57+22+25=104 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.81% from 104); Green value is 22 (8.98% from 255 or 21.15% from 104); Blue value is 25 (10.16% from 255 or 24.04% from 104); Max value from RGB is 57 - color contains mainly: red. Hex color #391619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391619 is #C6E9E6. Grayscale: #202020. Windows color (decimal): -13036007 or 1644089. OLE color: 1644089.

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

Color convert

RGB572225-
CMYK00.610.560.78
HSL354.86º44.3%15.49%-
HSV(B)354.86º61.4%22.35%-
XYZ2.151.511.1-
YUV32.81123.6145.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 54.81%
GREEN value IS 22 (8.98% from 255) = 21.15%
BLUE value IS 25 (10.16% from 255) = 24.04%
R=54.81%
G=21.15%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57222500.610.560.78354.8644.315.49
Hex39161903D384E1632cf
Octal712631075701165435417
Binary1110011011011001011110111100010011101011000111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391619; }

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

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

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

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

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

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

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

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