#311617

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

Shades of Rustic Red #311617

Tints of Rustic Red #311617

Color information

#311617 (or 0x311617) is unknown color: approx Rustic Red. HEX triplet: 31, 16 and 17. RGB value is (49,22,23). Sum of RGB (Red+Green+Blue) = 49+22+23=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 22 (8.98% from 255 or 23.40% from 94); Blue value is 23 (9.38% from 255 or 24.47% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #311617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311617 is #CEE9E8. Grayscale: #1E1E1E. Windows color (decimal): -13560297 or 1513009. OLE color: 1513009.

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

Color convert

RGB492223-
CMYK00.550.530.81
HSL357.78º38.03%13.92%-
HSV(B)357.78º55.1%19.22%-
XYZ1.711.290.97-
YUV30.19123.95141.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 52.13%
GREEN value IS 22 (8.98% from 255) = 23.40%
BLUE value IS 23 (9.38% from 255) = 24.47%
R=52.13%
G=23.40%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49222300.550.530.81357.7838.0313.92
Hex311617037355116626e
Octal612627067651215464616
Binary1100011011010111011011111010110100011011001101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311617; }

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

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

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

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

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

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

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

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