#311319

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

Shades of Rustic Red #311319

Tints of Rustic Red #311319

Color information

#311319 (or 0x311319) is unknown color: approx Rustic Red. HEX triplet: 31, 13 and 19. RGB value is (49,19,25). Sum of RGB (Red+Green+Blue) = 49+19+25=93 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.69% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 49 - color contains mainly: red. Hex color #311319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311319 is #CEECE6. Grayscale: #1C1C1C. Windows color (decimal): -13561063 or 1643313. OLE color: 1643313.

HSL color Cylindrical-coordinate representation of color #311319: hue angle of 348º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #311319 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.81.

Color convert

RGB491925-
CMYK00.610.490.81
HSL348º44.12%13.33%-
HSV(B)348º61.22%19.22%-
XYZ1.671.191.06-
YUV28.65125.94142.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 52.69%
GREEN value IS 19 (7.81% from 255) = 20.43%
BLUE value IS 25 (10.16% from 255) = 26.88%
R=52.69%
G=20.43%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49192500.610.490.8134844.1213.33
Hex31131903D315115c2cd
Octal612331075611215345415
Binary1100011001111001011110111000110100011010111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311319; }

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

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

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

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

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

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

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

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