#310711

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

Shades of Rustic Red #310711

Tints of Rustic Red #310711

Color information

#310711 (or 0x310711) is unknown color: approx Rustic Red. HEX triplet: 31, 07 and 11. RGB value is (49,7,17). Sum of RGB (Red+Green+Blue) = 49+7+17=73 (9% of max value = 765). Red value is 49 (19.53% from 255 or 67.12% from 73); Green value is 7 (3.12% from 255 or 9.59% from 73); Blue value is 17 (7.03% from 255 or 23.29% from 73); Max value from RGB is 49 - color contains mainly: red. Hex color #310711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310711 is #CEF8EE. Grayscale: #141414. Windows color (decimal): -13564143 or 1115953. OLE color: 1115953.

HSL color Cylindrical-coordinate representation of color #310711: hue angle of 345.71º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #310711 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB49717-
CMYK00.860.650.81
HSL345.71º75%10.98%-
HSV(B)345.71º85.71%19.22%-
XYZ1.440.850.62-
YUV20.7125.91148.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 67.12%
GREEN value IS 7 (3.12% from 255) = 9.59%
BLUE value IS 17 (7.03% from 255) = 23.29%
R=67.12%
G=9.59%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4971700.860.650.81345.717510.98
Hex31711056415115a4bb
Octal61721012610112153211313
Binary11000111110001010101101000001101000110101101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310711; }

 p { color: rgb(49,7,17); }

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

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

 a { background-color: rgb(49,7,17); }

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

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

 span { border-color: rgb(49,7,17); }

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