#310715

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

Shades of Rustic Red #310715

Tints of Rustic Red #310715

Color information

#310715 (or 0x310715) is unknown color: approx Rustic Red. HEX triplet: 31, 07 and 15. RGB value is (49,7,21). Sum of RGB (Red+Green+Blue) = 49+7+21=77 (10% of max value = 765). Red value is 49 (19.53% from 255 or 63.64% from 77); Green value is 7 (3.12% from 255 or 9.09% from 77); Blue value is 21 (8.59% from 255 or 27.27% from 77); Max value from RGB is 49 - color contains mainly: red. Hex color #310715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310715 is #CEF8EA. Grayscale: #151515. Windows color (decimal): -13564139 or 1378097. OLE color: 1378097.

HSL color Cylindrical-coordinate representation of color #310715: hue angle of 340º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #310715 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.81.

Color convert

RGB49721-
CMYK00.860.570.81
HSL340º75%10.98%-
HSV(B)340º85.71%19.22%-
XYZ1.480.860.8-
YUV21.15127.91147.86-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 63.64%
GREEN value IS 7 (3.12% from 255) = 9.09%
BLUE value IS 21 (8.59% from 255) = 27.27%
R=63.64%
G=9.09%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4972100.860.570.813407510.98
Hex3171505639511544bb
Octal6172501267112152411313
Binary1100011111010101010110111001101000110101010010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310715; }

 p { color: rgb(49,7,21); }

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

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

 a { background-color: rgb(49,7,21); }

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

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

 span { border-color: rgb(49,7,21); }

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