#31171D

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

Shades of Rustic Red #31171D

Tints of Rustic Red #31171D

Color information

#31171D (or 0x31171D) is unknown color: approx Rustic Red. HEX triplet: 31, 17 and 1D. RGB value is (49,23,29). Sum of RGB (Red+Green+Blue) = 49+23+29=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 23 (9.38% from 255 or 22.77% from 101); Blue value is 29 (11.72% from 255 or 28.71% from 101); Max value from RGB is 49 - color contains mainly: red. Hex color #31171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31171D is #CEE8E2. Grayscale: #1F1F1F. Windows color (decimal): -13560035 or 1906481. OLE color: 1906481.

HSL color Cylindrical-coordinate representation of color #31171D: hue angle of 346.15º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #31171D is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.81.

Color convert

RGB492329-
CMYK00.530.410.81
HSL346.15º36.11%14.12%-
HSV(B)346.15º53.06%19.22%-
XYZ1.791.351.33-
YUV31.46126.61140.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.51%
GREEN value IS 23 (9.38% from 255) = 22.77%
BLUE value IS 29 (11.72% from 255) = 28.71%
R=48.51%
G=22.77%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49232900.530.410.81346.1536.1114.12
Hex31171D035295115a24e
Octal612735065511215324416
Binary1100011011111101011010110100110100011010110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31171D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31171D; }

 p { color: rgb(49,23,29); }

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

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

 a { background-color: rgb(49,23,29); }

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

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

 span { border-color: rgb(49,23,29); }

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