#331617

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

Shades of Rustic Red #331617

Tints of Rustic Red #331617

Color information

#331617 (or 0x331617) is unknown color: approx Rustic Red. HEX triplet: 33, 16 and 17. RGB value is (51,22,23). Sum of RGB (Red+Green+Blue) = 51+22+23=96 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.12% from 96); Green value is 22 (8.98% from 255 or 22.92% from 96); Blue value is 23 (9.38% from 255 or 23.96% from 96); Max value from RGB is 51 - color contains mainly: red. Hex color #331617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331617 is #CCE9E8. Grayscale: #1E1E1E. Windows color (decimal): -13429225 or 1513011. OLE color: 1513011.

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

Color convert

RGB512223-
CMYK00.570.550.8
HSL357.93º39.73%14.31%-
HSV(B)357.93º56.86%20%-
XYZ1.811.340.97-
YUV30.78123.61142.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 53.12%
GREEN value IS 22 (8.98% from 255) = 22.92%
BLUE value IS 23 (9.38% from 255) = 23.96%
R=53.12%
G=22.92%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51222300.570.550.8357.9339.7314.31
Hex331617039375016628e
Octal632627071671205465016
Binary1100111011010111011100111011110100001011001101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331617; }

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

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

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

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

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

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

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

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