#331719

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

Shades of Rustic Red #331719

Tints of Rustic Red #331719

Color information

#331719 (or 0x331719) is unknown color: approx Rustic Red. HEX triplet: 33, 17 and 19. RGB value is (51,23,25). Sum of RGB (Red+Green+Blue) = 51+23+25=99 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51.52% from 99); Green value is 23 (9.38% from 255 or 23.23% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 51 - color contains mainly: red. Hex color #331719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331719 is #CCE8E6. Grayscale: #1F1F1F. Windows color (decimal): -13428967 or 1644339. OLE color: 1644339.

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

Color convert

RGB512325-
CMYK00.550.510.8
HSL355.71º37.84%14.51%-
HSV(B)355.71º54.9%20%-
XYZ1.851.391.09-
YUV31.6124.28141.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 51.52%
GREEN value IS 23 (9.38% from 255) = 23.23%
BLUE value IS 25 (10.16% from 255) = 25.25%
R=51.52%
G=23.23%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51232500.550.510.8355.7137.8414.51
Hex331719037335016426f
Octal632731067631205444617
Binary1100111011111001011011111001110100001011001001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331719; }

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

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

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

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

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

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

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

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