#311719

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

Shades of Rustic Red #311719

Tints of Rustic Red #311719

Color information

#311719 (or 0x311719) is unknown color: approx Rustic Red. HEX triplet: 31, 17 and 19. RGB value is (49,23,25). Sum of RGB (Red+Green+Blue) = 49+23+25=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 23 (9.38% from 255 or 23.71% from 97); Blue value is 25 (10.16% from 255 or 25.77% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #311719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311719 is #CEE8E6. Grayscale: #1F1F1F. Windows color (decimal): -13560039 or 1644337. OLE color: 1644337.

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

Color convert

RGB492325-
CMYK00.530.490.81
HSL355.38º36.11%14.12%-
HSV(B)355.38º53.06%19.22%-
XYZ1.751.341.09-
YUV31124.61140.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50.52%
GREEN value IS 23 (9.38% from 255) = 23.71%
BLUE value IS 25 (10.16% from 255) = 25.77%
R=50.52%
G=23.71%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49232500.530.490.81355.3836.1114.12
Hex311719035315116324e
Octal612731065611215434416
Binary1100011011111001011010111000110100011011000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311719; }

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

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

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

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

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

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

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

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