#31191A

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

Shades of Rustic Red #31191A

Tints of Rustic Red #31191A

Color information

#31191A (or 0x31191A) is unknown color: approx Rustic Red. HEX triplet: 31, 19 and 1A. RGB value is (49,25,26). Sum of RGB (Red+Green+Blue) = 49+25+26=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #31191A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31191A is #CEE6E5. Grayscale: #202020. Windows color (decimal): -13559526 or 1710385. OLE color: 1710385.

HSL color Cylindrical-coordinate representation of color #31191A: hue angle of 357.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #31191A is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.81.

Color convert

RGB492526-
CMYK00.490.470.81
HSL357.5º32.43%14.51%-
HSV(B)357.5º48.98%19.22%-
XYZ1.81.421.16-
YUV32.29124.45139.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49%
GREEN value IS 25 (10.16% from 255) = 25%
BLUE value IS 26 (10.55% from 255) = 26%
R=49%
G=25%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49252600.490.470.81357.532.4314.51
Hex31191A0312F5116620f
Octal613132061571215464017
Binary1100011100111010011000110111110100011011001101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31191A; }

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

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

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

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

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

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

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

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