#310615

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

Shades of Rustic Red #310615

Tints of Rustic Red #310615

Color information

#310615 (or 0x310615) is unknown color: approx Rustic Red. HEX triplet: 31, 06 and 15. RGB value is (49,6,21). Sum of RGB (Red+Green+Blue) = 49+6+21=76 (10% of max value = 765). Red value is 49 (19.53% from 255 or 64.47% from 76); Green value is 6 (2.73% from 255 or 7.89% from 76); Blue value is 21 (8.59% from 255 or 27.63% from 76); Max value from RGB is 49 - color contains mainly: red. Hex color #310615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310615 is #CEF9EA. Grayscale: #141414. Windows color (decimal): -13564395 or 1377841. OLE color: 1377841.

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

Color convert

RGB49621-
CMYK00.880.570.81
HSL339.07º78.18%10.78%-
HSV(B)339.07º87.76%19.22%-
XYZ1.470.840.79-
YUV20.57128.25148.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 64.47%
GREEN value IS 6 (2.73% from 255) = 7.89%
BLUE value IS 21 (8.59% from 255) = 27.63%
R=64.47%
G=7.89%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4962100.880.570.81339.0778.1810.78
Hex3161505839511534eb
Octal6162501307112152311613
Binary1100011101010101011000111001101000110101001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310615; }

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

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

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

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

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

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

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

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