#311419

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

Shades of Rustic Red #311419

Tints of Rustic Red #311419

Color information

#311419 (or 0x311419) is unknown color: approx Rustic Red. HEX triplet: 31, 14 and 19. RGB value is (49,20,25). Sum of RGB (Red+Green+Blue) = 49+20+25=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #311419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311419 is #CEEBE6. Grayscale: #1D1D1D. Windows color (decimal): -13560807 or 1643569. OLE color: 1643569.

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

Color convert

RGB492025-
CMYK00.590.490.81
HSL349.66º42.03%13.53%-
HSV(B)349.66º59.18%19.22%-
XYZ1.691.221.07-
YUV29.24125.61142.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 52.13%
GREEN value IS 20 (8.20% from 255) = 21.28%
BLUE value IS 25 (10.16% from 255) = 26.60%
R=52.13%
G=21.28%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49202500.590.490.81349.6642.0313.53
Hex31141903B315115e2ae
Octal612431073611215365216
Binary1100011010011001011101111000110100011010111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311419; }

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

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

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

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

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

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

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

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