#31171A

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

Shades of Rustic Red #31171A

Tints of Rustic Red #31171A

Color information

#31171A (or 0x31171A) is unknown color: approx Rustic Red. HEX triplet: 31, 17 and 1A. RGB value is (49,23,26). Sum of RGB (Red+Green+Blue) = 49+23+26=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 23 (9.38% from 255 or 23.47% from 98); Blue value is 26 (10.55% from 255 or 26.53% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #31171A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31171A is #CEE8E5. Grayscale: #1F1F1F. Windows color (decimal): -13560038 or 1709873. OLE color: 1709873.

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

Color convert

RGB492326-
CMYK00.530.470.81
HSL353.08º36.11%14.12%-
HSV(B)353.08º53.06%19.22%-
XYZ1.761.341.14-
YUV31.12125.11140.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50%
GREEN value IS 23 (9.38% from 255) = 23.47%
BLUE value IS 26 (10.55% from 255) = 26.53%
R=50%
G=23.47%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49232600.530.470.81353.0836.1114.12
Hex31171A0352F5116124e
Octal612732065571215414416
Binary1100011011111010011010110111110100011011000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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