#31171C

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

Shades of Rustic Red #31171C

Tints of Rustic Red #31171C

Color information

#31171C (or 0x31171C) is unknown color: approx Rustic Red. HEX triplet: 31, 17 and 1C. RGB value is (49,23,28). Sum of RGB (Red+Green+Blue) = 49+23+28=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 23 (9.38% from 255 or 23% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #31171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31171C is #CEE8E3. Grayscale: #1F1F1F. Windows color (decimal): -13560036 or 1840945. OLE color: 1840945.

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

Color convert

RGB492328-
CMYK00.530.430.81
HSL348.46º36.11%14.12%-
HSV(B)348.46º53.06%19.22%-
XYZ1.781.351.27-
YUV31.34126.11140.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49%
GREEN value IS 23 (9.38% from 255) = 23%
BLUE value IS 28 (11.33% from 255) = 28%
R=49%
G=23%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49232800.530.430.81348.4636.1114.12
Hex31171C0352B5115c24e
Octal612734065531215344416
Binary1100011011111100011010110101110100011010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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