#310716

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

Shades of Rustic Red #310716

Tints of Rustic Red #310716

Color information

#310716 (or 0x310716) is unknown color: approx Rustic Red. HEX triplet: 31, 07 and 16. RGB value is (49,7,22). Sum of RGB (Red+Green+Blue) = 49+7+22=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #310716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310716 is #CEF8E9. Grayscale: #151515. Windows color (decimal): -13564138 or 1443633. OLE color: 1443633.

HSL color Cylindrical-coordinate representation of color #310716: hue angle of 338.57º 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 #310716 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.81.

Color convert

RGB49722-
CMYK00.860.550.81
HSL338.57º75%10.98%-
HSV(B)338.57º85.71%19.22%-
XYZ1.490.860.85-
YUV21.27128.41147.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 62.82%
GREEN value IS 7 (3.12% from 255) = 8.97%
BLUE value IS 22 (8.98% from 255) = 28.21%
R=62.82%
G=8.97%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.55
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4972200.860.550.81338.577510.98
Hex3171605637511534bb
Octal6172601266712152311313
Binary1100011111011001010110110111101000110101001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310716; }

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

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

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

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

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

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

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

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