#331119

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

Shades of Rustic Red #331119

Tints of Rustic Red #331119

Color information

#331119 (or 0x331119) is unknown color: approx Rustic Red. HEX triplet: 33, 11 and 19. RGB value is (51,17,25). Sum of RGB (Red+Green+Blue) = 51+17+25=93 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.84% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 51 - color contains mainly: red. Hex color #331119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331119 is #CCEEE6. Grayscale: #1C1C1C. Windows color (decimal): -13430503 or 1642803. OLE color: 1642803.

HSL color Cylindrical-coordinate representation of color #331119: hue angle of 345.88º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #331119 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.8.

Color convert

RGB511725-
CMYK00.670.510.8
HSL345.88º50%13.33%-
HSV(B)345.88º66.67%20%-
XYZ1.741.171.05-
YUV28.08126.26144.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 54.84%
GREEN value IS 17 (7.03% from 255) = 18.28%
BLUE value IS 25 (10.16% from 255) = 26.88%
R=54.84%
G=18.28%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.51
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51172500.670.510.8345.885013.33
Hex331119043335015a32d
Octal6321310103631205326215
Binary11001110001110010100001111001110100001010110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331119; }

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

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

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

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

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

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

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

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