#31171B

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

Shades of Rustic Red #31171B

Tints of Rustic Red #31171B

Color information

#31171B (or 0x31171B) is unknown color: approx Rustic Red. HEX triplet: 31, 17 and 1B. RGB value is (49,23,27). Sum of RGB (Red+Green+Blue) = 49+23+27=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 23 (9.38% from 255 or 23.23% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #31171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31171B is #CEE8E4. Grayscale: #1F1F1F. Windows color (decimal): -13560037 or 1775409. OLE color: 1775409.

HSL color Cylindrical-coordinate representation of color #31171B: hue angle of 350.77º 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 #31171B is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.81.

Color convert

RGB492327-
CMYK00.530.450.81
HSL350.77º36.11%14.12%-
HSV(B)350.77º53.06%19.22%-
XYZ1.771.341.2-
YUV31.23125.61140.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49.49%
GREEN value IS 23 (9.38% from 255) = 23.23%
BLUE value IS 27 (10.94% from 255) = 27.27%
R=49.49%
G=23.23%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49232700.530.450.81350.7736.1114.12
Hex31171B0352D5115f24e
Octal612733065551215374416
Binary1100011011111011011010110110110100011010111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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