#391416

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

Shades of Rustic Red #391416

Tints of Rustic Red #391416

Color information

#391416 (or 0x391416) is unknown color: approx Rustic Red. HEX triplet: 39, 14 and 16. RGB value is (57,20,22). Sum of RGB (Red+Green+Blue) = 57+20+22=99 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57.58% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 22 (8.98% from 255 or 22.22% from 99); Max value from RGB is 57 - color contains mainly: red. Hex color #391416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391416 is #C6EBE9. Grayscale: #1F1F1F. Windows color (decimal): -13036522 or 1446969. OLE color: 1446969.

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

Color convert

RGB572022-
CMYK00.650.610.78
HSL356.76º48.05%15.1%-
HSV(B)356.76º64.91%22.35%-
XYZ2.081.430.92-
YUV31.29122.76146.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 57.58%
GREEN value IS 20 (8.20% from 255) = 20.20%
BLUE value IS 22 (8.98% from 255) = 22.22%
R=57.58%
G=20.20%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57202200.650.610.78356.7648.0515.1
Hex3914160413D4E16530f
Octal7124260101751165456017
Binary11100110100101100100000111110110011101011001011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391416; }

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

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

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

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

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

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

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

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