#310507

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

Shades of Rustic Red #310507

Tints of Rustic Red #310507

Color information

#310507 (or 0x310507) is unknown color: approx Rustic Red. HEX triplet: 31, 05 and 07. RGB value is (49,5,7). Sum of RGB (Red+Green+Blue) = 49+5+7=61 (8% of max value = 765). Red value is 49 (19.53% from 255 or 80.33% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 7 (3.12% from 255 or 11.48% from 61); Max value from RGB is 49 - color contains mainly: red. Hex color #310507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310507 is #CEFAF8. Grayscale: #121212. Windows color (decimal): -13564665 or 460081. OLE color: 460081.

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

Color convert

RGB4957-
CMYK00.900.860.81
HSL357.27º81.48%10.59%-
HSV(B)357.27º89.8%19.22%-
XYZ1.360.780.28-
YUV18.38121.58149.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 80.33%
GREEN value IS 5 (2.34% from 255) = 8.20%
BLUE value IS 7 (3.12% from 255) = 11.48%
R=80.33%
G=8.20%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.86
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal495700.900.860.81357.2781.4810.59
Hex315705A565116551b
Octal6157013212612154512113
Binary110001101111010110101010110101000110110010110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310507; }

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

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

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

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

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

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

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

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