#311219

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

Shades of Rustic Red #311219

Tints of Rustic Red #311219

Color information

#311219 (or 0x311219) is unknown color: approx Rustic Red. HEX triplet: 31, 12 and 19. RGB value is (49,18,25). Sum of RGB (Red+Green+Blue) = 49+18+25=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 25 (10.16% from 255 or 27.17% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #311219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311219 is #CEEDE6. Grayscale: #1C1C1C. Windows color (decimal): -13561319 or 1643057. OLE color: 1643057.

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

Color convert

RGB491825-
CMYK00.630.490.81
HSL346.45º46.27%13.14%-
HSV(B)346.45º63.27%19.22%-
XYZ1.661.161.06-
YUV28.07126.27142.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 53.26%
GREEN value IS 18 (7.42% from 255) = 19.57%
BLUE value IS 25 (10.16% from 255) = 27.17%
R=53.26%
G=19.57%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.49
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49182500.630.490.81346.4546.2713.14
Hex31121903F315115a2ed
Octal612231077611215325615
Binary1100011001011001011111111000110100011010110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311219; }

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

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

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

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

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

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

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

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