#331319

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

Shades of Rustic Red #331319

Tints of Rustic Red #331319

Color information

#331319 (or 0x331319) is unknown color: approx Rustic Red. HEX triplet: 33, 13 and 19. RGB value is (51,19,25). Sum of RGB (Red+Green+Blue) = 51+19+25=95 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.68% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 51 - color contains mainly: red. Hex color #331319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331319 is #CCECE6. Grayscale: #1D1D1D. Windows color (decimal): -13429991 or 1643315. OLE color: 1643315.

HSL color Cylindrical-coordinate representation of color #331319: hue angle of 348.75º 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 #331319 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.8.

Color convert

RGB511925-
CMYK00.630.510.8
HSL348.75º45.71%13.73%-
HSV(B)348.75º62.75%20%-
XYZ1.771.241.07-
YUV29.25125.6143.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 53.68%
GREEN value IS 19 (7.81% from 255) = 20%
BLUE value IS 25 (10.16% from 255) = 26.32%
R=53.68%
G=20%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51192500.630.510.8348.7545.7113.73
Hex33131903F335015d2ee
Octal632331077631205355616
Binary1100111001111001011111111001110100001010111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331319; }

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

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

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

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

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

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

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

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