#311217

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

Shades of Rustic Red #311217

Tints of Rustic Red #311217

Color information

#311217 (or 0x311217) is unknown color: approx Rustic Red. HEX triplet: 31, 12 and 17. RGB value is (49,18,23). Sum of RGB (Red+Green+Blue) = 49+18+23=90 (11% of max value = 765). Red value is 49 (19.53% from 255 or 54.44% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 23 (9.38% from 255 or 25.56% from 90); Max value from RGB is 49 - color contains mainly: red. Hex color #311217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311217 is #CEEDE8. Grayscale: #1B1B1B. Windows color (decimal): -13561321 or 1511985. OLE color: 1511985.

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

Color convert

RGB491823-
CMYK00.630.530.81
HSL350.32º46.27%13.14%-
HSV(B)350.32º63.27%19.22%-
XYZ1.641.150.95-
YUV27.84125.27143.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 54.44%
GREEN value IS 18 (7.42% from 255) = 20%
BLUE value IS 23 (9.38% from 255) = 25.56%
R=54.44%
G=20%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.53
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49182300.630.530.81350.3246.2713.14
Hex31121703F355115e2ed
Octal612227077651215365615
Binary1100011001010111011111111010110100011010111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311217; }

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

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

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

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

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

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

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

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