#331517

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

Shades of Rustic Red #331517

Tints of Rustic Red #331517

Color information

#331517 (or 0x331517) is unknown color: approx Rustic Red. HEX triplet: 33, 15 and 17. RGB value is (51,21,23). Sum of RGB (Red+Green+Blue) = 51+21+23=95 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.68% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 23 (9.38% from 255 or 24.21% from 95); Max value from RGB is 51 - color contains mainly: red. Hex color #331517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331517 is #CCEAE8. Grayscale: #1E1E1E. Windows color (decimal): -13429481 or 1512755. OLE color: 1512755.

HSL color Cylindrical-coordinate representation of color #331517: hue angle of 356º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #331517 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.8.

Color convert

RGB512123-
CMYK00.590.550.8
HSL356º41.67%14.12%-
HSV(B)356º58.82%20%-
XYZ1.791.30.97-
YUV30.2123.94142.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 53.68%
GREEN value IS 21 (8.59% from 255) = 22.11%
BLUE value IS 23 (9.38% from 255) = 24.21%
R=53.68%
G=22.11%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51212300.590.550.835641.6714.12
Hex33151703B37501642ae
Octal632527073671205445216
Binary1100111010110111011101111011110100001011001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331517; }

 p { color: rgb(51,21,23); }

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

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

 a { background-color: rgb(51,21,23); }

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

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

 span { border-color: rgb(51,21,23); }

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