#311519

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

Shades of Rustic Red #311519

Tints of Rustic Red #311519

Color information

#311519 (or 0x311519) is unknown color: approx Rustic Red. HEX triplet: 31, 15 and 19. RGB value is (49,21,25). Sum of RGB (Red+Green+Blue) = 49+21+25=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #311519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311519 is #CEEAE6. Grayscale: #1D1D1D. Windows color (decimal): -13560551 or 1643825. OLE color: 1643825.

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

Color convert

RGB492125-
CMYK00.570.490.81
HSL351.43º40%13.73%-
HSV(B)351.43º57.14%19.22%-
XYZ1.711.261.07-
YUV29.83125.28141.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 51.58%
GREEN value IS 21 (8.59% from 255) = 22.11%
BLUE value IS 25 (10.16% from 255) = 26.32%
R=51.58%
G=22.11%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49212500.570.490.81351.434013.73
Hex311519039315115f28e
Octal612531071611215375016
Binary1100011010111001011100111000110100011010111111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311519; }

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

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

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

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

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

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

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

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