#310713

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

Shades of Rustic Red #310713

Tints of Rustic Red #310713

Color information

#310713 (or 0x310713) is unknown color: approx Rustic Red. HEX triplet: 31, 07 and 13. RGB value is (49,7,19). Sum of RGB (Red+Green+Blue) = 49+7+19=75 (9% of max value = 765). Red value is 49 (19.53% from 255 or 65.33% from 75); Green value is 7 (3.12% from 255 or 9.33% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 49 - color contains mainly: red. Hex color #310713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310713 is #CEF8EC. Grayscale: #141414. Windows color (decimal): -13564141 or 1247025. OLE color: 1247025.

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

Color convert

RGB49719-
CMYK00.860.610.81
HSL342.86º75%10.98%-
HSV(B)342.86º85.71%19.22%-
XYZ1.460.850.7-
YUV20.93126.91148.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 65.33%
GREEN value IS 7 (3.12% from 255) = 9.33%
BLUE value IS 19 (7.81% from 255) = 25.33%
R=65.33%
G=9.33%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4971900.860.610.81342.867510.98
Hex317130563D511574bb
Octal6172301267512152711313
Binary1100011111001101010110111101101000110101011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310713; }

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

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

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

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

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

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

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

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