#391415

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

Shades of Rustic Red #391415

Tints of Rustic Red #391415

Color information

#391415 (or 0x391415) is unknown color: approx Rustic Red. HEX triplet: 39, 14 and 15. RGB value is (57,20,21). Sum of RGB (Red+Green+Blue) = 57+20+21=98 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.16% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 21 (8.59% from 255 or 21.43% from 98); Max value from RGB is 57 - color contains mainly: red. Hex color #391415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391415 is #C6EBEA. Grayscale: #1F1F1F. Windows color (decimal): -13036523 or 1381433. OLE color: 1381433.

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

Color convert

RGB572021-
CMYK00.650.630.78
HSL358.38º48.05%15.1%-
HSV(B)358.38º64.91%22.35%-
XYZ2.071.420.88-
YUV31.18122.26146.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 58.16%
GREEN value IS 20 (8.20% from 255) = 20.41%
BLUE value IS 21 (8.59% from 255) = 21.43%
R=58.16%
G=20.41%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57202100.650.630.78358.3848.0515.1
Hex3914150413F4E16630f
Octal7124250101771165466017
Binary11100110100101010100000111111110011101011001101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391415; }

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

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

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

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

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

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

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

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