#331317

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

Shades of Rustic Red #331317

Tints of Rustic Red #331317

Color information

#331317 (or 0x331317) is unknown color: approx Rustic Red. HEX triplet: 33, 13 and 17. RGB value is (51,19,23). Sum of RGB (Red+Green+Blue) = 51+19+23=93 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.84% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 23 (9.38% from 255 or 24.73% from 93); Max value from RGB is 51 - color contains mainly: red. Hex color #331317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331317 is #CCECE8. Grayscale: #1D1D1D. Windows color (decimal): -13429993 or 1512243. OLE color: 1512243.

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

Color convert

RGB511923-
CMYK00.630.550.8
HSL352.5º45.71%13.73%-
HSV(B)352.5º62.75%20%-
XYZ1.751.230.96-
YUV29.02124.6143.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 54.84%
GREEN value IS 19 (7.81% from 255) = 20.43%
BLUE value IS 23 (9.38% from 255) = 24.73%
R=54.84%
G=20.43%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.55
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51192300.630.550.8352.545.7113.73
Hex33131703F37501602ee
Octal632327077671205405616
Binary1100111001110111011111111011110100001011000001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331317; }

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

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

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

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

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

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

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

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